-
Notifications
You must be signed in to change notification settings - Fork 4
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
Chris Wiechmann
committed
Jan 17, 2022
1 parent
2e2bcf6
commit 9b48219
Showing
3 changed files
with
8 additions
and
5 deletions.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Prometheus Exporter | ||
name: Build Prometheus Exporter | ||
|
||
on: | ||
push: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Release Axway Prometheus-Exporter | ||
name: Release Prometheus-Exporter | ||
|
||
on: | ||
release: | ||
|
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
## Create a new Release | ||
|
||
1. Set the version | ||
1. Merge develop to master branch | ||
2. Switch to master branch | ||
3. Set the version | ||
- in helm/Chart.yaml | ||
- in apibuilder4prometheus/package.json | ||
- Update the README.me - Section: `helm install ` two times | ||
2. Update the Changelog | ||
3. On GitHub create a release with a tag using Semver schema (e.g. 1.1.0) | ||
4. Update the Changelog | ||
5. On GitHub create a release with a tag using Semver schema (e.g. 1.1.0) | ||
6. Merge master back to develop |