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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,3 +82,13 @@ For example, if there were a file `github.com/github/teams/new-team.txt` with a
82
82
Entitlements configs can contain metadata which the plugin will use to make further configuration decisions.
83
83
84
84
`metadata_parent_team_name` - when defined in an entitlements config, the defined team will be made the parent team of this GitHub.com Team.
85
+
86
+
## Release 🚀
87
+
88
+
To release a new version of this Gem, do the following:
89
+
90
+
1. Update the version number in the [`lib/version.rb`](lib/version.rb) file
91
+
2. Run `bundle install` to update the `Gemfile.lock` file with the new version
92
+
3. Commit your changes, push them to GitHub, and open a PR
93
+
94
+
Once your PR is approved and the changes are merged, a new release will be created automatically by the [`release.yml`](.github/workflows/release.yml) workflow. The latest version of the Gem will be published to the GitHub Package Registry.
0 commit comments