You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Update `lib/tailwindcss/upstream.rb` with the upstream version.
29
29
30
30
Run `bundle exec rake clobber` then `bundle exec rake download` to ensure the tailwindcss binaries can be downloaded, and that you have the correct versions on local disk.
31
31
32
-
## Cutting a release
32
+
## Cutting a release of tailwindcss-rails
33
33
34
34
- bump the version
35
35
-[ ] update `lib/tailwindcss/version.rb`
@@ -40,6 +40,6 @@ Run `bundle exec rake clobber` then `bundle exec rake download` to ensure the ta
40
40
-[ ]`bundle exec rake package`
41
41
- push
42
42
-[ ]`for g in pkg/*.gem ; do gem push $g ; done`
43
-
-[ ]`git push`
43
+
-[ ]`git push && git push --tags`
44
44
- announce
45
45
-[ ] create a release at https://github.com/rails/tailwindcss-rails/releases
0 commit comments