You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,10 @@ Use the Thunder Client extension for VS Code to test/inspect API calls.
60
60
61
61
General instructions for publishing a gem are available in this [RubyGems guide](https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg).
62
62
63
-
Once a gem is ready to be published, a release can be made and [the GitHub Action](https://guides.rubygems.org/trusted-publishing/releasing-gems/)[rubygems.yml](./.github/workflows/rubygems.yml) will publish the gem to RubyGems.
63
+
Once a gem is ready to be published:
64
+
1. Create a PR to merge `master` into `production`
65
+
1. After merge, [create a release](https://github.com/tithely/faithteams-api/releases) on the `production` branch
66
+
1. The [GitHub Action](https://guides.rubygems.org/trusted-publishing/releasing-gems/)[rubygems.yml](./.github/workflows/rubygems.yml) will publish the gem to RubyGems.
0 commit comments