Skip to content

Commit

Permalink
chore: add towncrier for charts changelog (#863)
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored Mar 26, 2024
1 parent 0f2349c commit 28596a9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes/860.changed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BREAKING: remove `type` from `datamanager` ([#860](https://github.com/Substra/substra-backend/pull/860/files))
BREAKING: remove `type` from `datamanager`
3 changes: 2 additions & 1 deletion changes/861.changed
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- [chore] `towncrier` is now used for changelog management ([#861](https://github.com/Substra/substra-backend/pull/861))
[chore] `towncrier` is now used for changelog management

Empty file added charts/changes/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

<!-- towncrier release notes start -->

## [24.4.0] - 2024-03-07

### Changed
Expand Down
10 changes: 10 additions & 0 deletions charts/towncrier.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tool.towncrier]
directory = "changes"
filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
title_format = "## [{version}] - {project_date}"
[tool.towncrier.fragment.added]
[tool.towncrier.fragment.removed]
[tool.towncrier.fragment.changed]
[tool.towncrier.fragment.fixed]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
title_format = "## [{version}](https://github.com/Substra/substra-backend/releases/tag/{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/Substra/substra-backend/pull/{issue})"
[tool.towncrier.fragment.added]
[tool.towncrier.fragment.removed]
[tool.towncrier.fragment.changed]
Expand Down

0 comments on commit 28596a9

Please sign in to comment.