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.10.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 715a19a072a511786ebb2be0032ea37e4e0ad70700e3e989f68d22dcc0a529af |
|
MD5 | ec2ed98aa53433ae3935d9355b160616 |
|
BLAKE2b-256 | edb5515c4833df161698c1ad6410b1d8deb1e243e08c2a333e6628ce645400c1 |
Hashes for antsibull_changelog-0.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35cdeed96637f06ea4d8bfe972199d417dabc0fb96379a8aecfb9ec33a3155ca |
|
MD5 | 0b3bfc78c61c8779fc659dd5ddfd987d |
|
BLAKE2b-256 | 4517566e5e54f713958f8d76b67e72844a297d236316029444f50578a468b430 |