diff --git a/.github/workflows/prometheusexporter.yml b/.github/workflows/prometheusexporter.yml index a64cbec..cd7b08f 100644 --- a/.github/workflows/prometheusexporter.yml +++ b/.github/workflows/prometheusexporter.yml @@ -1,4 +1,4 @@ -name: Prometheus Exporter +name: Build Prometheus Exporter on: push: diff --git a/.github/workflows/release-prom-export.yaml b/.github/workflows/release-prom-export.yaml index f875100..22ab9b3 100644 --- a/.github/workflows/release-prom-export.yaml +++ b/.github/workflows/release-prom-export.yaml @@ -1,4 +1,4 @@ -name: Release Axway Prometheus-Exporter +name: Release Prometheus-Exporter on: release: diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 5cec660..fde73bb 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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) \ No newline at end of file +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 \ No newline at end of file