Sha256: 5ce441421f3f12051981ad9563ec6220858cd04f6352b4e6abaf1b8341441cb4

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

# Releasing

## These are steps for the maintainer to take to release a new version of this gem.

1. Create a new branch for bumping the version.
1. On the new branch, update the VERSION constant in `lib/order_as_specified/version.rb`.
1. Update the Changelog.
1. Commit the change: `git add -A && git commit -m 'Bump to vX.X'`.
1. Add a tag: `git tag -am "vX.X" vX.X`.
1. Push the branch and tag: `git push --follow-tags`
1. Make a PR.
1. Merge the PR.
1. Push to rubygems: `gem build order_as_specified.gemspec && gem push *.gem && rm *.gem`
1. Celebrate!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
order_as_specified-1.6 RELEASING.md