ci(release): switch to release-please for release management (#91)

This commit is contained in:
2023-11-16 13:25:14 +00:00
committed by GitHub
parent bf81afeb4b
commit 680386a2f3
6 changed files with 23 additions and 20 deletions

View File

@@ -50,3 +50,9 @@ jobs:
run: make test
env:
VERBOSE: "true"
release-please:
runs-on: ubuntu-latest
if: github.ref_name == 'main' || github.ref_name == 'master'
steps:
- uses: jimeh/release-please-manifest-action@v1