Sha256: e5ea2bbcae3669ba1922190e456cdfe74315d4b19cf37ec43bcd7975c6695b0d
Contents?: true
Size: 540 Bytes
Versions: 22
Compression:
Stored size: 540 Bytes
Contents
# Releasing 1. Update `NEWS.md` to reflect the changes since last release. 1. Tag the release: `git tag vVERSION -a -s`. The tag message should contain the appropriate `NEWS.md` subsection. 1. Push changes: `git push --tags` 1. Build and publish to rubygems: ```bash gem build merit.gemspec gem push merit-*.gem ``` 1. Add a new GitHub release: https://github.com/merit-gem/merit/releases/new?tag=vVERSION 1. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!
Version data entries
22 entries across 22 versions & 2 rubygems