Sha256: 82ce2b257e318e278d41685199c769da724823abfe98037a502b9fb4347821d5
Contents?: true
Size: 736 Bytes
Versions: 6
Compression:
Stored size: 736 Bytes
Contents
# Releasing 1. Update `lib/slining/version.rb` file accordingly. 2. Update `NEWS.md` to reflect the changes since last release. 3. Commit changes. There shouldn't be code changes, and thus CI doesn't need to run, you can then add `[ci skip]` to the commit message. 4. Tag the release: `git tag vVERSION -a`. The tag message should contain the appropriate `NEWS.md` subsection. 5. Push changes: `git push --tags` 6. Build and publish to rubygems: ```bash gem build slining.gemspec gem push slining-*.gem ``` 7. Add a new GitHub release: https://github.com/vaporware/slining/releases/new?tag=vVERSION 8. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
slining-1.7.0 | RELEASING.md |
slining-1.6.0 | RELEASING.md |
slining-1.5.0 | RELEASING.md |
slining-1.4.0 | RELEASING.md |
slining-1.3.0 | RELEASING.md |
slining-1.2.0 | RELEASING.md |