From 87d0c84757bad790e9fa9e8b732347a6a00d3113 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 28 Mar 2020 13:27:16 -0700 Subject: [PATCH] Hotfix for keeping the version in sync in code (testing to come later) (#895) hotfix for keeping the version in sync in code (testing to come later) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af08d670..8f50d1c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -150,6 +150,6 @@ jobs: - git config --global user.email "jrnl.bot@gmail.com" - git config --global user.name "Jrnl Bot" - git checkout master - - git add pyproject.toml + - git add pyproject.toml jrnl/__version__.py - git commit -m "Incrementing version to ${TRAVIS_TAG} [ci skip]" - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master