ChangeLog and Release Management Tooling
Project description
ChangeLog and Release Management Tooling
A simple standalone Python module for CHANGELOG and release management. Spun out of octoDNS.
Installation
Command line
pip install changelet
Usage
For help with using the command
changelet --help
In most cases the only command you're likely to encounter is create. It will be used to add a changelog entry to your branch/PR.
changelet create --type (TYPE) Short description of your change to be included in the changelog
The options for type are
major- rare for non-maintainers, a change that will break backwards compatibility and require users to take care when updatingminor- adds new functionality that is either self contained or done in a completely backwards compatible mannerpatch- fixes an issue or bug with existing functionalitynone- change that should not be included in the CHANGELOG and will not directly impact users, e.g. documentation, README, tooling, ...
Using changlet
Currently the tooling has only been tested with repositories in the octoDNS org, but it should be usable elsewhere. You'll want to have a look at the following for how to incorporate it into your repo and workflows.
- (octodns) script/changelog
- .git_hooks_pre-commit (and script/bootstrap which installs it)
- .github/workflows/changelog.yml
Development
See the /script/ directory for some tools to help with the development process. They generally follow the Script to rule them all pattern. Most useful is ./script/bootstrap which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file changelet-0.2.0.tar.gz.
File metadata
- Download URL: changelet-0.2.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ddab04b57ba7259c5cfdc2009323b668154f33a52e57af4691c95a9ee92e022
|
|
| MD5 |
5ff684269dcd858a4e4d85d720a146a9
|
|
| BLAKE2b-256 |
98f4cf8dc4d38b63058f074f8697308a61812f04805d63cc22bed6ecb5f77215
|
File details
Details for the file changelet-0.2.0-py3-none-any.whl.
File metadata
- Download URL: changelet-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b40d644e80b35d305d39cd5b69df44f90eeff7386967c3bbbae711ca08f1ba2
|
|
| MD5 |
6979c96962b445fe94e51dfd1583ad66
|
|
| BLAKE2b-256 |
b67d819125b53902ce87a169504c2b00be95989aab173cb12d91cf7cd3806b99
|