Merge pull request #15 from natilou/initial-version
feat: initial version
This commit is contained in:
commit
d303e8a84e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue