File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -382,50 +382,50 @@ template = "changelog/_template.rst"
382
382
# When something public gets removed in a breaking way. Could be
383
383
# deprecated in an earlier release.
384
384
directory = " breaking"
385
- name = " Breaking Changes "
385
+ name = " Removals and backward incompatible breaking changes "
386
386
showcontent = true
387
387
388
388
[[tool .towncrier .type ]]
389
389
# Declarations of future API removals and breaking changes in behavior.
390
390
directory = " deprecation"
391
- name = " Deprecations"
391
+ name = " Deprecations (removal in next major release) "
392
392
showcontent = true
393
393
394
394
[[tool .towncrier .type ]]
395
395
# New behaviors, public APIs. That sort of stuff.
396
396
directory = " feature"
397
- name = " Features "
397
+ name = " New features "
398
398
showcontent = true
399
399
400
400
[[tool .towncrier .type ]]
401
401
# New behaviors in existing features.
402
402
directory = " improvement"
403
- name = " Improvements"
403
+ name = " Improvements in existing functionality "
404
404
showcontent = true
405
405
406
406
[[tool .towncrier .type ]]
407
407
# Something we deemed an improper undesired behavior that got corrected
408
408
# in the release to match pre-agreed expectations.
409
409
directory = " bugfix"
410
- name = " Bug Fixes "
410
+ name = " Bug fixes "
411
411
showcontent = true
412
412
413
413
[[tool .towncrier .type ]]
414
414
# Updates regarding bundling dependencies.
415
415
directory = " vendor"
416
- name = " Vendored Libraries "
416
+ name = " Vendored libraries "
417
417
showcontent = true
418
418
419
419
[[tool .towncrier .type ]]
420
420
# Notable updates to the documentation structure or build process.
421
421
directory = " doc"
422
- name = " Improved Documentation "
422
+ name = " Improved documentation "
423
423
showcontent = true
424
424
425
425
[[tool .towncrier .type ]]
426
426
# Changes that might not even be worth exposing to the end users.
427
427
directory = " trivial"
428
- name = " Trivial/Internal Changes "
428
+ name = " Trivial/internal changes "
429
429
showcontent = true
430
430
431
431
[tool .mypy ]
You can’t perform that action at this time.
0 commit comments