Skip to content

Commit

Permalink
feat: add ci job with auto dev update pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozwiaczek committed Apr 11, 2021
1 parent d94f265 commit 053a846
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: 'Create update dev PR'
uses: peter-evans/create-pull-request@v3
with:
commit-message: "chore: bump changelog"
delete-branch: true
title: "Bump dev CHANGELOG"
- name: "Check created PR output"
run: |
echo "Bump Dev Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 comments on commit 053a846

Please sign in to comment.