Skip to content

Commit

Permalink
test notes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored May 31, 2024
1 parent d943b50 commit 12834cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/release-notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
exclude:
labels:
- skip-changelog
categories:
- title: Changelog
labels:
- release-notes
10 changes: 10 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
with:
ref: ${{ steps.branch.outputs.branch }}

- name: Get Release Notes
id: notes
uses: lucacome/draft-release@8a63d32c79a171ae6048e614a8988f0ac3ed56d4 # v1.1.0
with:
config-path: .github/release-notes.yml
dry-run: true

- name: Print Release Notes
run: echo "${{ fromJson(steps.notes.outputs.release-sections).release-notes }}"

- name: Vars
id: vars
run: |
Expand Down

0 comments on commit 12834cf

Please sign in to comment.