chore(release): setup release-pleace, replacing standard-version

This commit is contained in:
2023-05-09 01:43:48 +01:00
parent 11a55d6076
commit 289598be85
3 changed files with 31 additions and 0 deletions

12
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
---
name: Release
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: jimeh/release-please-manifest-action@v1