kc3-lang/libxkbcommon/changes/README.md

Download

Fragments for the changelog

This directory contains fragments for the future NEWS file.

Introduction

We use <code>towncrier</code> to produce useful, summarized news files.

There are 3 sections types:

There are 3 news fragments types:

Adding a fragment

Add a short description of the change in a file changes/SECTION/ID.FRAGMENT.md, where:

Examples:

Guidelines for the fragment files:

Build the changelog

Install <code>towncrier</code> from Pypi:

python3 -m pip install towncrier

Then build the changelog:

# Only check the result. Useful after adding a new fragment.
towncrier build --draft --version 1.8.0
# Write the changelog & delete the news fragments
towncrier build --yes --version 1.8.0

Source

Download