Sha256: 7c3997f7dc8b6de3eec55cfb5bc27fbe332ab620e625b614479258cb1221bd9c

Contents?: true

Size: 715 Bytes

Versions: 9

Compression:

Stored size: 715 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`
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

9 entries across 9 versions & 1 rubygems

Version Path
friends-0.47 RELEASING.md
friends-0.46 RELEASING.md
friends-0.45 RELEASING.md
friends-0.44 RELEASING.md
friends-0.43 RELEASING.md
friends-0.42 RELEASING.md
friends-0.41 RELEASING.md
friends-0.40 RELEASING.md
friends-0.39 RELEASING.md