chore: add support for release-please (#165)

This commit is contained in:
Damien Retzinger
2023-03-15 09:59:03 -04:00
committed by GitHub
parent 6776e7f306
commit 0b005d1d95
3 changed files with 31 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Create Release
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }}
command: manifest
default-branch: main