Sha256: 9d0e3e5086018ab344c938b3b7a545e10cabd5aac303293ad0fa942276a019ca

Contents?: true

Size: 603 Bytes

Versions: 3

Compression:

Stored size: 603 Bytes

Contents

# Releasing

1. Update `lib/underlay/version.rb` file accordingly.
2. 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.
3. Tag the release: `git tag vVERSION -a -s`.
4. Push changes: `git push --tags`
5. Build and publish to rubygems:
   ```bash
   gem build underlay.gemspec
   gem push underlay-*.gem
   ```
6. Add a new GitHub release:
   https://github.com/DVELP/underlay/releases/new?tag=vVERSION
9. Announce the new release, making sure to say "thank you" to the contributors
   who helped shape this version!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
underlay-2.0 RELEASING.md
underlay-1.52.1 RELEASING.md
underlay-1.50.1 RELEASING.md