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]]
|
||||
path = ""
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "update"
|
||||
name = "Update instructions"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "feature"
|
||||
name = "Features"
|
||||
|
@ -52,11 +57,6 @@ directory = "removal"
|
|||
name = "Removal"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "update"
|
||||
name = "Update instructions"
|
||||
showcontent = true
|
||||
|
||||
[tool.black]
|
||||
extend-exclude = "(api/.*/migrations/.*)"
|
||||
force-exclude = "(api/.*/migrations/.*)" # pre-commit pass files as args
|
||||
|
|
Loading…
Reference in New Issue