Sha256: 00ec297d36c6fbec01beead19a38e0934192ce9c8f52aa608e87dcc426982611

Contents?: true

Size: 752 Bytes

Versions: 24

Compression:

Stored size: 752 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 -s`. 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

24 entries across 24 versions & 3 rubygems

Version Path
suspenders-1.46.0 RELEASING.md
welaika-suspenders-2.28.0 RELEASING.md
suspenders-1.45.0 RELEASING.md
welaika-suspenders-2.27.0 RELEASING.md
voyage-1.44.0.14 RELEASING.md
welaika-suspenders-2.26.0 RELEASING.md
voyage-1.44.0.13 RELEASING.md
voyage-1.44.0.11 RELEASING.md
voyage-1.44.0.12 RELEASING.md
voyage-1.44.0.10 RELEASING.md
voyage-1.44.0.9 RELEASING.md
voyage-1.44.0.8 RELEASING.md
voyage-1.44.0.7 RELEASING.md
voyage-1.44.0.6 RELEASING.md
voyage-1.44.0.5 RELEASING.md
voyage-1.44.0.4 RELEASING.md
voyage-1.44.0.3 RELEASING.md
voyage-1.44.0.2 RELEASING.md
voyage-1.44.0.1 RELEASING.md
suspenders-1.44.0 RELEASING.md