Merge pull request #15 from natilou/initial-version

feat: initial version
This commit is contained in:
Natalí Paura 2023-07-14 11:36:41 -03:00 committed by GitHub
commit d303e8a84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -34,6 +34,17 @@ jobs:
release_name: ${{ steps.changelog.outputs.tag }} release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }} body: ${{ steps.changelog.outputs.clean_changelog }}
- name: Create Pull Request
uses: mhutchie/create-pull-request@v3
with:
token: ${{ secrets.PAT }}
commit-message: Automated pull request for release
branch: release
title: Automated pull request for release
body: This pull request was automatically generated by GitHub Actions.
draft: false
delete-branch: true
build-and-push-image: build-and-push-image:
needs: release needs: release
runs-on: ubuntu-latest runs-on: ubuntu-latest