Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Aug 2, 2024
1 parent 2fa83d3 commit a8ada84
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/actions/milestone-changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,22 @@ runs:
cat > "$filename" <<"EOF"
${{ steps.changelog.outputs.branch_markdown }}
EOF
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
commit-message: |
Re-generate changelog ${{ steps.args.outputs.milestone_title }}
Signed-off-by: deckhouse-BOaTswain <[email protected]>
base: main
branch: changelog/${{ steps.args.outputs.milestone_title }}
milestone: ${{ steps.args.outputs.milestone_number }}
title: Changelog ${{ steps.args.outputs.milestone_title }}
body: |
${{ steps.changelog.outputs.release_markdown }}
For more information, see the [changelog](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-${{ steps.changelog.outputs.minor_version }}.md) and minor version [release changes](https://github.com/deckhouse/deckhouse/releases/tag/${{ steps.changelog.outputs.minor_version }}.0).
labels: changelog, auto
token: ${{ inputs.token }}
delete-branch: true

0 comments on commit a8ada84

Please sign in to comment.