Sha256: 082b2ea636f20acaf756e0e280c396e00f90a57ce26a7e57c51a519d924aefac
Contents?: true
Size: 534 Bytes
Versions: 8
Compression:
Stored size: 534 Bytes
Contents
# Releasing These are steps for the maintainer to take to release a new version of this gem. 1. On the `master` branch, update the `VERSION` constant in `lib/friends/version.rb`. 2. Commit the change (`git add -A && git commit -m 'Bump to vX.X'`). 3. Add a tag (`git tag -am "vX.X" vX.X`). 4. `git push && git push --tags` 5. `CHANGELOG_GITHUB_TOKEN=... github_changelog_generator` 6. `git add -A && git commit -m 'Update CHANGELOG for vX.X'` 7. `git push` 8. `gem build friends.gemspec && gem push *.gem && rm *.gem` 9. Celebrate!
Version data entries
8 entries across 8 versions & 1 rubygems