-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2d1581
commit 26e1396
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Releasing | ||
|
||
- Checkout `main` | ||
- Update the ref in examples/kube-prometheus/kustomization.yaml to the new release number. | ||
- e.g. `github.com/kuadrant/gateway-api-state-metrics?ref=0.1.0` for release `0.1.0` | ||
- Add and commit the change | ||
- Tag the commit with the release number e.g. `git tag 0.1.0` | ||
- Push the commit and tag with `git push origin main && git push origin 0.1.0` | ||
- Create a release in Github at https://github.com/Kuadrant/gateway-api-state-metrics/releases/new, using the tag | ||
- Title can be the release nubmer. Description can include any important changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters