We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb7e8d commit 43a0039Copy full SHA for 43a0039
guides/development.md
@@ -265,7 +265,9 @@ To cut a release:
265
- Include the PR number beside the change description for future reference
266
- Update `lib/graphql/version.rb` with the new version number
267
- Commit changes to master
268
-- Release to RubyGems with `bundle exec rake release`
+- Release to RubyGems
269
+ - Without 2FA 😢: `bundle exec rake release`
270
+ - With 2FA 😎: `bundle exec rake build` then `gem push pkg/graphql-<version>.gem`, `git tag v<version> && git push v<version>`
271
- Update the website:
272
- Generate new API docs with `bundle exec rake apidocs:gen_version[<your.version.number>]`
273
- Push them to the website with `bundle exec rake site:publish`
0 commit comments