Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Jan 17, 2022
1 parent 2e2bcf6 commit 9b48219
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prometheusexporter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prometheus Exporter
name: Build Prometheus Exporter

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prom-export.yaml
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:
Expand Down
9 changes: 6 additions & 3 deletions DEVELOPMENT.md
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

0 comments on commit 9b48219

Please sign in to comment.