forked from hivemq/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding GHA google-github-actions/release-please-action
- Loading branch information
1 parent
f28120c
commit b7c17ca
Showing
3 changed files
with
56 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Release Please Charts | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
# Allow to run the workflow from GitHub UI and other workflows. | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
jobs: | ||
release-please: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: release-please-action | ||
uses: google-github-actions/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
release-type: helm |
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,34 @@ | ||
{ | ||
"release-type": "helm", | ||
"changelog-sections": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Miscellaneous Chores" | ||
} | ||
], | ||
"include-component-in-tag": true, | ||
"pull-request-title-pattern": "chore${scope}: [bot] release${component}:${version}", | ||
"separate-pull-requests": true, | ||
"packages": { | ||
"charts/hivemq-operator": { | ||
"package-name": "hivemq-operator" | ||
}, | ||
"charts/hivemq-platform": { | ||
"package-name": "hivemq-platform" | ||
}, | ||
"charts/hivemq-platform-operator": { | ||
"package-name": "hivemq-platform-operator" | ||
}, | ||
"charts/hivemq-swarm": { | ||
"package-name": "hivemq-swarm" | ||
} | ||
} | ||
} |
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 @@ | ||
{"charts/hivemq-operator":"0.11.34","charts/hivemq-platform":"0.2.23","charts/hivemq-platform-operator":"0.2.3","charts/hivemq-swarm":"0.2.31"} |