File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog fragment template - copy this file and fill in the fields.
2+ # Or use 'herald new' for interactive creation.
3+ #
4+ # Files starting with _ are ignored by herald.
5+ #
6+ # Available projects and kinds are defined in .herald.yml
7+
8+ # Which project this change belongs to (see 'projects' in .herald.yml)
9+ # Uncomment exactly one:
10+ project : cardano-api
11+ # project: cardano-api-gen
12+ # project: cardano-rpc
13+ # project: cardano-wasm
14+
15+ # Pull request number associated with this change
16+ pr : 1241
17+
18+ # One or more change kinds (see 'kinds' in .herald.yml)
19+ kind :
20+ # - breaking # the API has changed in a breaking way
21+ # - feature # introduces a new feature
22+ # - compatible # the API has changed but is non-breaking
23+ # - bugfix # fixes a defect
24+ # - optimisation # measurable performance improvements
25+ # - documentation # change in code docs, haddocks
26+ # - refactoring # code quality improvements
27+ # - test # fixes or modifies tests
28+ - maintenance # not directly related to the code
29+ # - release # related to a new release preparation
30+ description : |
31+ Describe your change here.
You can’t perform that action at this time.
0 commit comments