nucypher/newsfragments
KPrasch 527d4142c6
Merge pull request #2701 from KPrasch/keyring-v2
Deterministic Keystore
2021-07-03 16:46:40 -07:00
..
.gitignore Initial setup for towncrier 2020-05-28 11:59:08 -07:00
2612.misc.rst Add newsfragment for PR #2612 2021-06-17 14:33:56 -07:00
2693.misc.rst Update newsfragment. 2021-06-23 13:10:40 -04:00
2701.feature.rst Newsfragment for PR #2701 2021-06-28 14:33:31 -07:00
2701.removal.rst Additional newsfragment for the renaming of the keyring/keystore password enviorment variable. 2021-06-28 14:33:31 -07:00
2727.bugfix.rst Add a newsfragment for #2727 2021-06-25 11:43:05 -07:00
2728.bugfix.rst ignore errors on stopping of ursula containers 2021-06-24 16:11:27 -07:00
README.md Update newsfragment README file to include 'removal' type and clarify text. 2021-06-29 10:34:25 -04:00
validate_files.py Add missing lisences 2020-09-08 13:08:10 -07:00

README.md

This directory collects "newsfragments": short files that each contain a snippet of ReST-formatted text that will be added to the next release notes. This should be a description of aspects of the change (if any) that are relevant to users. It contrasts with the commit message and PR description, which are descriptions of the change relevant to people working on the code itself.

The pull request (PR) number should be included in the newsfragment file name. Each newsfragment file should be named <PR_NUMBER>.<TYPE>.rst, where <TYPE> is one of:

  • feature - features
  • bugfix - bugfixes
  • doc - documentation
  • removal - deprecations and removals
  • misc - other

For example: 123.feature.rst, 456.bugfix.rst, 789.doc.rst.

There can be multiple newsfragment files of different types for the same PR e.g. 123.feature.rst and 123.removal.rst.

Along with the required PR newsfragment file (enforced by a GitHub Action), additional newsfragment files for issues linked to the PR can optionally be included by following the same naming convention above, and using <ISSUE_NUMBER> instead of <PR_NUMBER>.

Note that the towncrier tool will automatically reflow your text, so don't try to do any fancy formatting. Run towncrier --draft to preview what the release notes entry will look like in the final release notes.