Skip to content

Commit

Permalink
chore: overwrite version, not append, you idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 1, 2022
1 parent db33f90 commit a08281c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepare-manual-release-in-github-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -Eeuo pipefail
set -x

# bundle exec bump set $VERSION --no-commit # this is buggy. it puts a 1 on the end of the version number
echo $VERSION >> VERSION
echo $VERSION > VERSION
bundle exec rake generate_changelog
tag="v${VERSION}"

Expand Down

0 comments on commit a08281c

Please sign in to comment.