Skip to content

Commit

Permalink
Merge pull request #750 from IntersectMBO/mgalazyn/chore/update-chang…
Browse files Browse the repository at this point in the history
…elog-labels

Add `refactoring` changelog label. Deprecate `improvement`
  • Loading branch information
carbolymer committed May 6, 2024
2 parents 4b3cd0e + 6c5e0f5 commit ba80816
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .cardano-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ changelog:
breaking: add
compatible: add
optimisation: add
improvement: add
bugfix: add
refactoring: skip
test: skip
maintenance: skip
release: skip
documentation: skip

# deprecated, left here only for backwards compatible changelog generation
improvement: add
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - breaking # the API has changed in a breaking way
# - compatible # the API has changed but is non-breaking
# - optimisation # measurable performance improvements
# - improvement # QoL changes e.g. refactoring
# - refactoring # QoL changes
# - bugfix # fixes a defect
# - test # fixes/modifies tests
# - maintenance # not directly related to the code
Expand All @@ -31,9 +31,9 @@ Highlight important bits of the PR that will make the review faster. If there ar
- [ ] New tests are added if needed and existing tests are updated. See [Running tests](https://github.com/input-output-hk/cardano-node-wiki/wiki/Running-tests) for more details
- [ ] Self-reviewed the diff

<!--
<!--
### Note on CI ###
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.
for you.
-->

0 comments on commit ba80816

Please sign in to comment.