We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642445 commit 19fef2cCopy full SHA for 19fef2c
bin/release
@@ -7,8 +7,7 @@ bundle
7
git add Gemfile.lock lib/tailwindcss/version.rb
8
git commit -m "Bump version for $VERSION"
9
git push
10
-git tag v$VERSION
+git tag -s v$VERSION
11
+bundle exec rake release
12
git push --tags
-gem build tailwindcss-rails.gemspec
13
-gem push "tailwindcss-rails-$VERSION.gem" --host https://rubygems.org
14
-rm "tailwindcss-rails-$VERSION.gem"
+rm -Rf pkg
0 commit comments