mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
testing travis
This commit is contained in:
parent
1d971b0c71
commit
6c61382e93
1 changed files with 15 additions and 1 deletions
16
.travis.yml
16
.travis.yml
|
@ -114,6 +114,20 @@ jobs:
|
|||
env:
|
||||
- TZ=America/Edmonton
|
||||
|
||||
# Changelog for Unreleased changes
|
||||
- stage: Update Changelog
|
||||
if: branch = develop AND type NOT IN (push, pull_request)
|
||||
script:
|
||||
- echo "Updating CHANGELOG.md (unreleased)"
|
||||
- echo "For Reasons"
|
||||
|
||||
# Changelog for a tagged release
|
||||
- stage: Update Changelog
|
||||
if: branch = master AND tag IS present
|
||||
script:
|
||||
- echo "Updating CHANGELOG.md (release)"
|
||||
- echo "For Reasons"
|
||||
|
||||
- stage: Deploy
|
||||
if: branch = master AND tag IS present
|
||||
before_deploy:
|
||||
|
@ -129,5 +143,5 @@ jobs:
|
|||
- git config --global user.name "Jrnl Bot"
|
||||
- git checkout master
|
||||
- git add pyproject.toml
|
||||
- git commit -m "Incrementing version to ${TRAVIS_TAG}"
|
||||
- git commit -m "Incrementing version to ${TRAVIS_TAG} [ci skip]"
|
||||
- git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master
|
||||
|
|
Loading…
Add table
Reference in a new issue