chore: Make update instructions appear on top of the changelog
This commit is contained in:
parent
7a4f764a5e
commit
2e1b497bb1
|
@ -12,6 +12,11 @@ underlines = "-"
|
||||||
[[tool.towncrier.section]]
|
[[tool.towncrier.section]]
|
||||||
path = ""
|
path = ""
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "update"
|
||||||
|
name = "Update instructions"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Features"
|
name = "Features"
|
||||||
|
@ -52,11 +57,6 @@ directory = "removal"
|
||||||
name = "Removal"
|
name = "Removal"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
|
||||||
directory = "update"
|
|
||||||
name = "Update instructions"
|
|
||||||
showcontent = true
|
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
extend-exclude = "(api/.*/migrations/.*)"
|
extend-exclude = "(api/.*/migrations/.*)"
|
||||||
force-exclude = "(api/.*/migrations/.*)" # pre-commit pass files as args
|
force-exclude = "(api/.*/migrations/.*)" # pre-commit pass files as args
|
||||||
|
|
Loading…
Reference in New Issue