Skip to content

Commit 6614a13

Browse files
committed
add release process notes
1 parent c1dde6b commit 6614a13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,13 @@ For example, if there were a file `github.com/github/teams/new-team.txt` with a
8282
Entitlements configs can contain metadata which the plugin will use to make further configuration decisions.
8383
8484
`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

Comments
 (0)