add script

This commit is contained in:
Felipe Suero
2023-04-27 13:03:45 -04:00
parent 5cb4007629
commit 413ae51185
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -42,6 +42,8 @@ jobs:
- name: Create PR
run: |
LAST_PR=$(gh pr list --repo ${{ github.repository }} --limit 1 --state merged --search "Release version" --json number | jq -r '.[0].number')
RELEASE_NOTES=$(./scripts/workflows/release-notes.sh $LAST_PR ${{ env.new_version }})
gh pr create \
--title "Release version ${{ inputs.version }}" \
--body "Release version ${{ inputs.version }}" \