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
changelogs/config.yaml
configuration file forantsibull-changelog
. - Documentation on the
changelog.yaml
format.
Installation
It can be installed with pip:
pip install antsibull-changelog
For more information, see the documentation.
Using directly from git clone
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).
If you prefer to work with pip install -e
, you can use dephell
to create a setup.py
file from pyproject.toml
:
dephell deps convert --from-path pyproject.toml --from-format poetry --to-path setup.py --to-format setuppy
Then you can install antsibull-changelog with pip install -e .
.
License
Unless otherwise noted in the code, it is licensed under the terms of the GNU General Public License v3 or, at your option, later. See LICENSE for a copy of the license.
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.8.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75101542fba67d37d57e49531a3704aa416a8a3dc8a9d9dc5886afbf0809c21d |
|
MD5 | 840fb6fc10e74740b6cab029f6d062ed |
|
BLAKE2b-256 | 14fe950a5650dd6b3bf2b791ebb7b2c96d5c227149d65910436c7cf0b1bc5a5d |
Hashes for antsibull_changelog-0.8.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 094d6329496203bd00eecb93a369d95d0c48765bb4d2cde645bb9736aa0cc471 |
|
MD5 | cb2a4e730b298c12fb1cf5fee1ea9921 |
|
BLAKE2b-256 | ea0275a76460be035ea6ec6f8b1ba2cbf9ba9f540124fe98b2d310693e8a9184 |