Skip to content

Commit

Permalink
#285: Atum Release 0.3.0 (#290)
Browse files Browse the repository at this point in the history
* adding python into the workflow file
* returning to alpha version of the action to use
  • Loading branch information
benedeki authored Oct 10, 2024
1 parent d66e597 commit 1af3489
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,32 @@ jobs:
with:
fetch-depth: 0
ref: refs/tags/${{ github.event.inputs.tagName }}

- uses: actions/[email protected]
with:
python-version: '3.11'

- name: Generate release notes
id: generate_release_notes
uses: AbsaOSS/generate-release-notes@v0.3.0
uses: AbsaOSS/generate-release-notes@feature/55-Chapter-line-formatting-authors
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag-name: ${{ github.event.inputs.tagName }}
chapters: |
[
{"title": "Breaking Changes πŸ’₯", "label": "breaking-change"},
{"title": "New Features πŸŽ‰", "label": "enhancement"},
{"title": "Bugfixes πŸ› ", "label": "bug"}
]
chapters: '[
{"title": "Breaking Changes πŸ’₯", "label": "breaking-change"},
{"title": "New Features πŸŽ‰", "label": "enhancement"},
{"title": "New Features πŸŽ‰", "label": "feature"},
{"title": "Bugfixes πŸ› ", "label": "bug"}
]'
duplicity-scope: 'service'
duplicity-icon: 'πŸ”'
warnings: true
skip-release-notes-label: "no RN"
print-empty-chapters: false
chapters-to-pr-without-issue: true
row-format-issue: '#_{title}_ {developed-by} {co-authored-by} in $number'
row-format-pr: '#_{title}_ {developed-by} {co-authored-by} in $number'
row-format-issue: '#_{title}_ {developed-by} {co-authored-by} in {number}'
row-format-pr: '#_{title}_ {developed-by} {co-authored-by} in {number}'
row-format-link-pr: true

- name: Create draft release
Expand Down

0 comments on commit 1af3489

Please sign in to comment.