We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d469896 commit acf7a46Copy full SHA for acf7a46
bin/release
@@ -4,7 +4,7 @@ VERSION=$1
4
5
printf "class Jbuilder\n VERSION = \"$VERSION\"\nend\n" > ./lib/jbuilder/version.rb
6
bundle
7
-git add Gemfile.lock lib/jbuilder/version.rb
+git add lib/jbuilder/version.rb
8
git commit -m "Bump version for $VERSION"
9
git push
10
git tag v$VERSION
0 commit comments