Sha256: d82270d9a1922d1196fce7e6d8c432d6c76e39a9b0bdc9f404b2a33623eda617

Contents?: true

Size: 752 Bytes

Versions: 5

Compression:

Stored size: 752 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.  Copy the top of `CHANGELOG` to the clipboard.
6.  `CHANGELOG_GITHUB_TOKEN=... github_changelog_generator --user JacobEvelyn --project friends`
7.  Paste from the clipboard to the top of the `CHANGELOG`.
8.  Confirm the `CHANGELOG` looks correct with `git diff`
9.  `git add -A && git commit -m 'Update CHANGELOG for vX.X'`
10. `git push`
11. `gem build friends.gemspec && gem push *.gem && rm *.gem`
12. Celebrate!

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
friends-0.52 RELEASING.md
friends-0.51 RELEASING.md
friends-0.50 RELEASING.md
friends-0.49 RELEASING.md
friends-0.48 RELEASING.md