Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-martin committed Aug 29, 2023
1 parent c2d1581 commit 26e1396
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE.md
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
2 changes: 1 addition & 1 deletion examples/kube-prometheus/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
- github.com/prometheus-operator/kube-prometheus?ref=release-0.11
- github.com/kuadrant/gateway-api-state-metrics?ref=main
- github.com/kuadrant/gateway-api-state-metrics?ref=0.1.0
- ../dashboards
- ../rules

Expand Down

0 comments on commit 26e1396

Please sign in to comment.