Skip to content
Snippets Groups Projects
Commit c877d11a authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Added standard git commands for committing & tagging version bump

parent 007aed7d
Branches
Tags
No related merge requests found
...@@ -10,4 +10,6 @@ sed "s/__version__\s*=\s*'[^']*'/__version__ = '$1'/" -i flamenco_worker/__init_ ...@@ -10,4 +10,6 @@ sed "s/__version__\s*=\s*'[^']*'/__version__ = '$1'/" -i flamenco_worker/__init_
git diff git diff
echo echo
echo "Don't forget to tag and commit!" echo "Don't forget to commit and tag:"
echo git commit -m \'Bumped version to $1\' setup.py flamenco_worker/__init__.py
echo git tag -a v$1 -m \'Tagged version $1\'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment