Skip to content

Commit

Permalink
fix: improve towncrier config (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl committed Mar 26, 2024
1 parent 88df660 commit bc67c43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes/405.changed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- BREAKING: Remove `type` from `DatasetSpec` ([#405](https://github.com/Substra/substra/pull/405))
- BREAKING: Remove `type` from `DatasetSpec`
2 changes: 1 addition & 1 deletion changes/407.changed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Depreciate `setup.py` in favour of `pyproject.toml` ([#407](https://github.com/Substra/substra/pull/407))
- Depreciate `setup.py` in favour of `pyproject.toml`
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
title_format = "## [{version}](https://github.com/Substra/substra/releases/tag/{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/Substra/substra/pull/{issue})"
[tool.towncrier.fragment.added]
[tool.towncrier.fragment.removed]
[tool.towncrier.fragment.changed]
Expand Down

0 comments on commit bc67c43

Please sign in to comment.