feat: Release GitHub action (#1078)

* feat: add release-please.yml

* feat: add release-please.yml

---------

Co-authored-by: Pablo Orgaz <pablo@Pablos-MacBook-Pro.local>
This commit is contained in:
Pablo Orgaz 2023-10-19 17:34:41 +02:00 committed by GitHub
parent 3ad1da019b
commit b7450911b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 2 deletions

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

@ -0,0 +1,19 @@
name: release-please
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
version-file: version.txt

View File

@ -1,8 +1,9 @@
name: Tests
name: tests
on:
push:
branches: [main]
branches:
- main
pull_request:
concurrency:

0
CHANGELOG.md Normal file
View File

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.0.1