Sha256: b95311598ba7a798a23bbc25825eeb116ddd25b727976a2fab0a50ce37353559

Contents?: true

Size: 733 Bytes

Versions: 4

Compression:

Stored size: 733 Bytes

Contents

# Releasing

1. Update `NEWS.md` to reflect the changes since last release.
2. Update `lib/bulldozer/version.rb` file accordingly.
3. Commit changes. There shouldn't be code changes, and thus CI doesn't need to
   run; you can 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:
   ```sh
   gem build bulldozer.gemspec
   gem push bulldozer-*.gem
   ```
7. Add a new GitHub release:
   https://github.com/SeasonedSoftware/bulldozer/releases/new?tag=vVERSION
8. Announce the new release, making sure to thank the contributors who helped
   shape this version!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulldozer-1.6.3 RELEASING.md
bulldozer-1.6.2 RELEASING.md
bulldozer-1.6.1 RELEASING.md
bulldozer-1.6.0 RELEASING.md