Skip to content

Commit

Permalink
fix: improve towncrier config (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl authored Mar 26, 2024
1 parent c958cf8 commit df0bc07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changes/201.added
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- New CLI arguments to Camelyon benchmark (`--torch-gpu` and `--cp-name`)([#201](https://github.com/Substra/substrafl/pull/201))
- New CLI arguments to Camelyon benchmark (`--torch-gpu` and `--cp-name`)
2 changes: 1 addition & 1 deletion changes/202.changed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Apply changes from breaking PR on Substra (#405(https://github.com/Substra/substra/pull/405)) ([#202](https://github.com/Substra/substrafl/pull/202))
- Apply changes from breaking PR on Substra (#405(https://github.com/Substra/substra/pull/405))
2 changes: 1 addition & 1 deletion changes/204.changed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Depreciate `setup.py` in favour of `pyproject.toml` ([#204](https://github.com/Substra/substrafl/pull/204))
- 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 @@ -88,6 +88,7 @@ filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
title_format = "## [{version}](https://github.com/Substra/substrafl/releases/tag/{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/Substra/substrafl/pull/{issue})"
[tool.towncrier.fragment.added]
[tool.towncrier.fragment.removed]
[tool.towncrier.fragment.changed]
Expand Down

0 comments on commit df0bc07

Please sign in to comment.