Skip to content

Commit

Permalink
Adding GHA google-github-actions/release-please-action
Browse files Browse the repository at this point in the history
  • Loading branch information
afalhambra-hivemq committed Mar 20, 2024
1 parent f28120c commit b7c17ca
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-please.yml
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
34 changes: 34 additions & 0 deletions config.json
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"
}
}
}
1 change: 1 addition & 0 deletions manifest.json
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"}

0 comments on commit b7c17ca

Please sign in to comment.