Skip to content

Commit

Permalink
fix bin/release to always commit with signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Sep 8, 2024
1 parent 7b6760a commit d54ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
printf "# frozen_string_literal: true\n\nmodule Rodiff\n VERSION = \"$VERSION\"\nend\n" > ./lib/rodiff/version.rb
bundle
git add Gemfile.lock lib/rodiff/version.rb
git commit -m "Bump version for $VERSION"
git commit -S -m "Bump version for $VERSION"
git push
git tag v$VERSION
git push --tags
Expand Down

0 comments on commit d54ae99

Please sign in to comment.