Skip to main content

Changelog tool for Ansible-base and Ansible collections

Project description

antsibull-changelog -- Ansible Changelog Tool

Python linting badge Python testing badge Codecov badge

A changelog generator used by ansible-core and Ansible collections.

antsibull-changelog is covered by the Ansible Code of Conduct.

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 ..

Build a release

First update the version entry in pyproject.toml. Then generate the changelog:

antsibull-changelog release

Then build the build artefact:

poetry build

Finally, publish to PyPi:

poetry publish

Then tag the current state with the release version and push the tag to the repository.

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 LICENSES/GPL-3.0-or-later.txt for a copy of the license.

The repository follows the REUSE Specification for declaring copyright and licensing information. The only exception are changelog fragments in changelog/fragments/.

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

antsibull_changelog-0.17.0.tar.gz (76.9 kB view details)

Uploaded Source

Built Distribution

antsibull_changelog-0.17.0-py3-none-any.whl (70.7 kB view details)

Uploaded Python 3

File details

Details for the file antsibull_changelog-0.17.0.tar.gz.

File metadata

  • Download URL: antsibull_changelog-0.17.0.tar.gz
  • Upload date:
  • Size: 76.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.8 Linux/6.0.2-arch1-1

File hashes

Hashes for antsibull_changelog-0.17.0.tar.gz
Algorithm Hash digest
SHA256 8b156d7b0aaae502cfc04ccd3f4b1f5509963b6c8938d7ee22946d90d0762344
MD5 bde971bb6f0a3a5a909add0746230ffc
BLAKE2b-256 f7dd6d9c5a1945a445e7b30b7f619383bf5d5bee645e69efc57ccb9c1d740065

See more details on using hashes here.

Provenance

File details

Details for the file antsibull_changelog-0.17.0-py3-none-any.whl.

File metadata

File hashes

Hashes for antsibull_changelog-0.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 74ffd3710ec258e81ce258a71335e9a012004136f55d64776b4047eeb0d44ed9
MD5 1bdfb0c25154e9423708aa9edc1d5cf1
BLAKE2b-256 2766d98a55cbc02a9f32573db6fcbb22e5aba2ba983ee1da96433d55b76ee8d3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page