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
@@ -71,3 +71,13 @@ auditors:
71
71
```
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
+
75
+
## Release 📦
76
+
77
+
To publish a new release / version of the Gem, do the following:
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
0 commit comments