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
`entitlements-gitrepo-auditor-plugin` is an [entitlements-app](https://github.com/github/entitlements-app) plugin allowing further auditing capabilities in entitlements by writing each deploy log to a separate GitHub repo.
6
6
@@ -72,12 +72,12 @@ auditors:
72
72
73
73
At the end of each `entitlements-app` run, the `entitlements-gitrepo-auditor-plugin` will write a commit to the repo defined above with the details of the deployment.
74
74
75
-
## Release 📦
75
+
## Release 🚀
76
76
77
-
To publish a new release / version of the Gem, do the following:
77
+
To release a new version of this Gem, do the following:
78
78
79
-
1. Open a PR with your changes
80
-
2. Update the version in the [`lib/version.rb`](lib/version.rb) file
81
-
3. Get your PR approved
82
-
4. Merge
83
-
5. Upon merging, the [`release`](.github/workflows/gem.yml) workflow will run automatically and publish a new version of this Gem to RubyGems and GitHub Packages
79
+
1. Update the version number in the [`lib/version.rb`](lib/version.rb) file
80
+
2. Run `bundle install` to update the `Gemfile.lock` file with the new version
81
+
3. Commit your changes, push them to GitHub, and open a PR
82
+
83
+
Once your PR is approved and the changes are merged, a new release will be created automatically by the [`release.yml`](.github/workflows/gem.yml) workflow. The latest version of the Gem will be published to the GitHub Package Registry and RubyGems.
0 commit comments