We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6516451 commit 70ff2ecCopy full SHA for 70ff2ec
1 file changed
RELEASING.md
@@ -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