Changelog tool for Ansible-base and Ansible collections
Project description
antsibull-changelog -- Ansible Changelog Tool
A changelog generator used by Ansible and Ansible collections.
- Using the
antsibull-changelog
CLI tool. - Documentation on the
changelog.yaml
format.
Scripts are created by poetry at build time. So if you want to run from a checkout, you'll have to run them under poetry:
python3 -m pip install poetry
poetry install # Installs dependencies into a virtualenv
poetry run antsibull-changelog --help
If you want to create a new release:
poetry build
poetry publish # Uploads to pypi. Be sure you really want to do this
Note: When installing a package published by poetry, it is best to use pip >= 19.0. Installing with pip-18.1 and below could create scripts which use pkg_resources which can slow down startup time (in some environments by quite a large amount).
Unless otherwise noted in the code, it is licensed under the terms of the GNU General Public License v3 or, at your option, later.
Project details
Release history Release notifications | RSS feed
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
Hashes for antsibull-changelog-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa381966709d410cb621658005c6a477f5ef8735999feaed8a9cc6543d7f3570 |
|
MD5 | 72151f6b7425700b7ffe9a6eeebb2b00 |
|
BLAKE2b-256 | 3b13580a859c9eafac50754948bf950bcc4a65c0b00fd27f753e70f03f1c4fa8 |
Hashes for antsibull_changelog-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c208f102381c969cb19653d657a1fcb3ee63e39fae30172b47709371b069d7d |
|
MD5 | d61ab8904ca5884cb1d0033c811f32ac |
|
BLAKE2b-256 | 65d6cd83887193c0c51992e93925f64430c69dde4d429c74c8775d2f7ea57b9a |