Sha256: 0d8a9d4a612aad6310f26e1692154659caacefe478af23a4dc399a50dc6d4d80
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
# Releasing 1. Update version.rb file accordingly. 1. Tag the release: `git tag vX.X.X` 1. Push changes: `git push --tags` 1. Update the release notes on GitHub.com 1. Build and publish: ```bash bundle exec rake build gem push pkg/farmworx-style-X.X.X.gem ``` * Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
farmworx-style-0.0.1 | RELEASING.md |