Skip to content

Commit

Permalink
chore: Prepare v0.12.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Johnson <[email protected]>
  • Loading branch information
binarylogic committed Mar 10, 2021
1 parent 12b34db commit 6e42f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-commit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def release_exists?(release)
commands =
<<~EOF
git add #{ROOT_DIR} -A
git commit -sam 'chore: Prepare v#{release.version} release'
git commit -sam 'chore: Prepare v#{release.version} release' || true
git tag -a v#{release.version} -m "v#{release.version}"
git branch v#{branch_name} 2>/dev/null || true
EOF
Expand Down

0 comments on commit 6e42f4b

Please sign in to comment.