Sha256: 3165d1be09c64adb597498ed6984c42b826f94895d90b4ccb970b17ca8ba1ac5
Contents?: true
Size: 749 Bytes
Versions: 31
Compression:
Stored size: 749 Bytes
Contents
# Releasing 1. Update `lib/suspenders/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 suspenders.gemspec gem push suspenders-*.gem ``` 7. Add a new GitHub release: https://github.com/thoughtbot/suspenders/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
31 entries across 31 versions & 7 rubygems