Not getting merged
Project description
Not getting merged
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, ...
Slash Command
There is an optional GitHub slash command action that can installed. If it's installed users with write permissions to the repo can add a comment in the PR to add Changelog entries. The interface is almost idential to the command line, though only the create command is supported at this time.
/changelog create -t none This is an example changelog entry added as a PR comment
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.3.0.tar.gz.
File metadata
- Download URL: changelet-0.3.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a5e89f98db6aa0be372bdc48997e44c69018331ae1f85a60128a0d1fa5ac191
|
|
| MD5 |
2111ef6d8bb7a298de004170dee49bdb
|
|
| BLAKE2b-256 |
ba0cfe292aaa1c57fb96ef31e7888798e736c5b8f4368f84880a84707a497e7c
|
File details
Details for the file changelet-0.3.0-py3-none-any.whl.
File metadata
- Download URL: changelet-0.3.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9111d4eece2580d87da48f861f9658816e782e55484f8c18903df925e1dbb890
|
|
| MD5 |
0f43678b8950010c83472f45f061d156
|
|
| BLAKE2b-256 |
53562700311777cc9d25dc33260749ec81f5f02e7abe675d40f10ff5c635da64
|