Skip to content

Commit 19fef2c

Browse files
committed
Use bundle tasks to release the gem
1 parent 2642445 commit 19fef2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bin/release

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ bundle
77
git add Gemfile.lock lib/tailwindcss/version.rb
88
git commit -m "Bump version for $VERSION"
99
git push
10-
git tag v$VERSION
10+
git tag -s v$VERSION
11+
bundle exec rake release
1112
git push --tags
12-
gem build tailwindcss-rails.gemspec
13-
gem push "tailwindcss-rails-$VERSION.gem" --host https://rubygems.org
14-
rm "tailwindcss-rails-$VERSION.gem"
13+
rm -Rf pkg

0 commit comments

Comments
 (0)