-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous version was unnecessarily verbose and included developer information about using scriv that is not likely to be of interest to the target audience. Omit the note about updating dependencies for PyPI apps; those changes aren't done automatically with PyPI apps and may be significant enough to note in the change log.
- Loading branch information
Showing
2 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
10 changes: 3 additions & 7 deletions
10
project_templates/fastapi_safir_app/{{cookiecutter.name}}/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
# Change log | ||
|
||
All notable changes to {{cookiecutter.name}} will be documented in this file. | ||
{{cookiecutter.name}} is versioned with [semver](https://semver.org/). | ||
Dependencies are updated to the latest available version during each release, and aren't noted here. | ||
|
||
Versioning follows [semver](https://semver.org/). | ||
|
||
Dependencies are updated to the latest available version during each release. Those changes are not noted here explicitly. | ||
|
||
This project uses [scriv](https://scriv.readthedocs.io/en/stable/) to maintain the change log. | ||
Changes for the upcoming release can be found in [changelog.d](https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.name}}/tree/main/changelog.d/). | ||
Find changes for the upcoming release in the project's [changelog.d directory](https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.name}}/tree/main/changelog.d/). | ||
|
||
<!-- scriv-insert-here --> |
9 changes: 2 additions & 7 deletions
9
project_templates/square_pypi_package/{{cookiecutter.name}}/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
# Change log | ||
|
||
All notable changes to {{cookiecutter.name}} will be documented in this file. | ||
{{cookiecutter.name}} is versioned with [semver](https://semver.org/). | ||
|
||
Versioning follows [semver](https://semver.org/). | ||
|
||
Dependencies are updated to the latest available version during each release. Those changes are not noted here explicitly. | ||
|
||
This project uses [scriv](https://scriv.readthedocs.io/en/stable/) to maintain the change log. | ||
Changes for the upcoming release can be found in [changelog.d](https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.name}}/tree/main/changelog.d/). | ||
Find changes for the upcoming release in the project's [changelog.d directory](https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.name}}/tree/main/changelog.d/). | ||
|
||
<!-- scriv-insert-here --> |