Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 735 Bytes

How to use towncrier

A tutorial can be found here.

  1. Create a new file for your changes <PULL REQUEST>.<TYPE>.rst in the corresponding folder. The following types are available:

    • feature: New feature
    • bugfix: Bugfix
    • api: API Changes
    • optimization: Refactoring and Optimization
    • maintenance: Maintenance
  2. Write a suitable message for the change:

    Fixed ``crazy_function`` to be consistent with ``not_so_crazy_function``
    
  3. (For maintainers) How to generate a change log:

    • Execute the following command in the base directory of the project
    towncrier build --version=<VERSION NUMBER>