Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 15, 2021
1 parent f01cf47 commit b4e2695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Expand Up @@ -35,7 +35,7 @@ new=$(echo "${1}" | sed -E "s/\+.*//")
log.info "Patch files to version '${new}'..."
sed -i -E "s/(^VERSION = \")[^\"]*/\\1${new}/" ${const_path}
./bin/update_manifest
git commit -a --no-verify -m "Bump version"
git commit -a --no-verify -m "Bump version to ${new}"
git tag -a "$new" -m "v$new"
log.info "Commit tagged as v$new"

Expand Down

0 comments on commit b4e2695

Please sign in to comment.