Sha256: d4d7945d7e460a68923b842ed7f11be7621039e04a736ab1e358675d9b393b36
Contents?: true
Size: 666 Bytes
Versions: 4
Compression:
Stored size: 666 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. Confirm the `CHANGELOG` looks correct with `git diff` 7. Copy-paste the donation info from the `README` to the `CHANGELOG`. 8. `git add -A && git commit -m 'Update CHANGELOG for vX.X'` 9. `git push` 10. `gem build friends.gemspec && gem push *.gem && rm *.gem` 11. Celebrate!
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
friends-0.38 | RELEASING.md |
friends-0.37 | RELEASING.md |
friends-0.36 | RELEASING.md |
friends-0.35 | RELEASING.md |