ci: add release-please workflow

Release please automates changelog and release notes generation for conventional commits.
This commit is contained in:
Sam Nystrom 2023-04-14 23:09:06 -04:00 committed by GitHub
parent 298605b31e
commit 626e3dfe99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/release.yml vendored Normal file
View file

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