Skip to content

Commit 70ff2ec

Browse files
authored
Add release information
1 parent 6516451 commit 70ff2ec

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

RELEASING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Release
2+
3+
1. Bump the version to the desired number in lib/phraseapp-in-context-editor-ruby/version.rb. Make sure you're following semantic versioning.
4+
2. Run `bundle` and commit Gemfile.lock including the new version of the gem
5+
3. Make sure the tests pass
6+
4. Tag the new version on GitHub
7+
5. Update the CHANGELOG by running `$ github_changelog_generator` and commit the new `CHANGELOG`
8+
6. Build the gem by running `gem build phraseapp-in-context-editor-ruby.gemspec`
9+
7. Push the gem to Rubygems by running `gem push phraseapp-in-context-editor-ruby-<VERSION>.gem`
10+
8. Done!

0 commit comments

Comments
 (0)