Skip to content

fix: Missing extension in alertmanager template #51

fix: Missing extension in alertmanager template

fix: Missing extension in alertmanager template #51

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/[email protected]
id: release
with:
# use the CI token to pretend not to be a action
token: ${{ secrets.CONTIAMO_CI_TOKEN }}
release-type: simple
package-name: ""
bump-minor-pre-major: true
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false},
{"type":"docs","section":"Miscellaneous","hidden":false},
{"type":"refactor","section":"Miscellaneous","hidden":false}
]
- name: Debug release output
run: |
echo '${{ toJSON(steps.release.outputs) }}'