We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398cdd7 commit be184e9Copy full SHA for be184e9
docs/pages/publishing.md
@@ -38,6 +38,8 @@ Don't forget to rebuild the library documentation to reflect, new code, new vers
38
bundle exec yard doc
39
```
40
41
+Push git tag and publish gem on Rubygems.
42
+
43
```bash
44
git tag -a vx.x.x
45
git push --follow-tags
0 commit comments