changelog-tool
Validates CHANGELOG.md and ensures it conforms to the Common Changelog style.
# Changelog
main-note (optional)
## [Unreleased]
### Fixed
- fix 1
## [0.2.0] - 2024-02-01
### Added
- change 1
- change 2
## [0.1.0] - 2024-01-01
initial release
[Unreleased]: https://github.com/user/project
[0.2.0]: https://github.com/user/project/releases/tag/0.2.0
[0.1.0]: https://github.com/user/project/releases/tag/0.1.0
where:
h2header starts Release section- Release name is ether:
[Unreleased][SemVer] - YYYY-MM-DD
- Release may contain a release note and a list of changes, grouped by type
h3header starts Change Type section- Change type is one of
Added,Changed,FixedorRemoved - Change is an one line text, starting with
-
Usage
Create config file and verify that urls are correct
changelog-tool init
Add 'Unreleased' section
changelog-tool new
Add some changes to CHANGELOG.md
Create new release
changelog-tool release 0.1.0
Verify CHANGELOG.md
changelog-tool check
Installation
TBD
Release files for changelog-tool 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| changelog_tool-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / changelog_tool-1.0.1-py3-none-any.whl
| Download URL | changelog_tool-1.0.1-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a947af6dd46fafaa1096729e9722080ba013ad54449c9fee758d700fea56e28
|
|
BLAKE2b-256 checksum How to use checksums |
4a20e93347ddaa99def86846270ea24e72c205c9fb436c97375e75277a0655e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|