mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-08-30 07:15:31 +00:00
feat: Make pull request for updated changelog
This commit is contained in:
parent
a91cec6a81
commit
585a976089
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -62,10 +62,14 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ steps.get_next_version.outputs.version }}
|
tag: ${{ steps.get_next_version.outputs.version }}
|
||||||
|
|
||||||
- name: Commit CHANGELOG.md
|
- name: Create Changelog Pull Request
|
||||||
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
|
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
branch: main
|
token: ${{ secrets.PAT }}
|
||||||
commit_message: 'docs: update CHANGELOG.md for ${{ steps.get_next_version.outputs.version }} [skip ci]'
|
branch: release/${{ steps.get_next_version.outputs.version }}
|
||||||
file_pattern: CHANGELOG.md
|
title: 'docs: update CHANGELOG.md for ${{ steps.get_next_version.outputs.version }}'
|
||||||
|
commit-message: 'docs: update CHANGELOG.md for ${{ steps.get_next_version.outputs.version }}'
|
||||||
|
labels: changelog
|
||||||
|
body: |
|
||||||
|
This PR updates the CHANGELOG.md file for the release of version ${{ steps.get_next_version.outputs.version }}.
|
||||||
|
Loading…
Reference in New Issue
Block a user