feat(ci): add release-please GitHub Action

This commit is contained in:
Simon Lasbrugnas 2023-11-26 23:24:30 +01:00
parent dd4ec72cf7
commit 55aaf4ba6e
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

19
.github/workflows/release-please.yml vendored Normal file
View file

@ -0,0 +1,19 @@
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: sleiphir-nvim