Skip to content

Commit 8b750d0

Browse files
committed
doc: clarify CONTRIBUTING.md
[skip ci]
1 parent 1b5957f commit 8b750d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Update `lib/tailwindcss/upstream.rb` with the upstream version.
2929

3030
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.
3131

32-
## Cutting a release
32+
## Cutting a release of tailwindcss-rails
3333

3434
- bump the version
3535
- [ ] update `lib/tailwindcss/version.rb`
@@ -40,6 +40,6 @@ Run `bundle exec rake clobber` then `bundle exec rake download` to ensure the ta
4040
- [ ] `bundle exec rake package`
4141
- push
4242
- [ ] `for g in pkg/*.gem ; do gem push $g ; done`
43-
- [ ] `git push`
43+
- [ ] `git push && git push --tags`
4444
- announce
4545
- [ ] create a release at https://github.com/rails/tailwindcss-rails/releases

0 commit comments

Comments
 (0)