Skip to content

Audit logging ADR

Audit logging ADR #4

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
changelog-types: |
[{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"chore","section":"Chores","hidden":false},
{"type":"refactor","section":"Refactoring","hidden":false},
{"type":"perf","section":"Performance","hidden":false},
{"type":"test","section":"Tests","hidden":false}]