Sha256: ae6af6d647bf289c2747cfefef0c0663245675d2957279ee8e8631f6c7129de1
Contents?: true
Size: 481 Bytes
Versions: 2
Compression:
Stored size: 481 Bytes
Contents
# Publishing ## On Rubygems.org ``` $ git tag -a vx.x.x $ git push --follow-tags $ gem push rabid-x.x.x.gem ``` See https://guides.rubygems.org/publishing/. On new release don't forget to rebuild the library documentation: ``` $ bundle exec yard doc ``` An to be sure all tests pass! ``` $ rake ``` ## On BlackArch BA process On new release don't forget to rebuild the library documentation: ``` $ bundle exec yard doc ``` An to be sure all tests pass! ``` $ rake ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rabid-0.0.5 | docs/pages/publishing.md |
rabid-0.0.4 | docs/pages/publishing.md |