Skip to content

Commit db5bafc

Browse files
authored
Use content of change log file for release letter
1 parent 6e99fac commit db5bafc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/changes/unreleased.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ For additional information, refer to [customization](../user_guide/customization
99

1010
## 📚 Documentation
1111
* Added documentation on nox task plugins for users and developers.
12+
13+
## 🐞 Fixed
14+
* Updated templates for GH workflows to add content of changes file for release letter

exasol/toolbox/templates/github/workflows/build-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
run: >
3535
gh release create ${GITHUB_REF_NAME}
3636
--title ${GITHUB_REF_NAME}
37+
--notes-file ./doc/changes/changes_${GITHUB_REF_NAME}.md
3738
dist/*

0 commit comments

Comments
 (0)