Skip to content

Commit

Permalink
No lock committed
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 15, 2024
1 parent d469896 commit acf7a46
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 @@ -4,7 +4,7 @@ VERSION=$1

printf "class Jbuilder\n VERSION = \"$VERSION\"\nend\n" > ./lib/jbuilder/version.rb
bundle
git add Gemfile.lock lib/jbuilder/version.rb
git add lib/jbuilder/version.rb
git commit -m "Bump version for $VERSION"
git push
git tag v$VERSION
Expand Down

0 comments on commit acf7a46

Please sign in to comment.