Create release-please.yml

This commit is contained in:
Meysam Hadeli 2023-01-02 21:55:25 +03:30 committed by GitHub
parent f10df5f4b7
commit 8637a8e420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,15 @@
# https://github.com/google-github-actions/release-please-action#how-release-please-works
# https://www.conventionalcommits.org/en/v1.0.0/
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: release-please-action