Skip to content

Commit

Permalink
commands disable auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Nov 12, 2019
1 parent e164035 commit 9e27203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zeus/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ commands:
exec: |
read -p "[WARNING] This will bump the version to $VERSION, as configured in the zeus/commands.yml. Are you sure? Hit [Enter] to proceed"
git status
read -p "[WARNING] The following changes will be added to version control. Hit [Enter] to proceed"
#git status
#read -p "[WARNING] The following changes will be added to version control. Hit [Enter] to proceed"
#git add .
#git commit -m "v${VERSION} release"
git add .
git commit -m "v${VERSION} release"
git tag -a v${VERSION} -m "v${VERSION} release"
git push origin v${VERSION}
Expand Down

0 comments on commit 9e27203

Please sign in to comment.