Support a 'removed endpoints' changelog type
This commit is contained in:
parent
b6d97c5983
commit
f7ce75d36c
6 changed files with 57 additions and 27 deletions
|
@ -42,6 +42,11 @@ For this example, we're going to pretend that the `server_server` API doesn't ex
|
||||||
name = "New Endpoints"
|
name = "New Endpoints"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "removal"
|
||||||
|
name = "Removed Endpoints"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Backwards Compatible Changes"
|
name = "Backwards Compatible Changes"
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
name = "New Endpoints"
|
name = "New Endpoints"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "removal"
|
||||||
|
name = "Removed Endpoints"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Backwards Compatible Changes"
|
name = "Backwards Compatible Changes"
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
name = "New Endpoints"
|
name = "New Endpoints"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "removal"
|
||||||
|
name = "Removed Endpoints"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Backwards Compatible Changes"
|
name = "Backwards Compatible Changes"
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
name = "New Endpoints"
|
name = "New Endpoints"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "removal"
|
||||||
|
name = "Removed Endpoints"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Backwards Compatible Changes"
|
name = "Backwards Compatible Changes"
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
name = "New Endpoints"
|
name = "New Endpoints"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "removal"
|
||||||
|
name = "Removed Endpoints"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Backwards Compatible Changes"
|
name = "Backwards Compatible Changes"
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
name = "New Endpoints"
|
name = "New Endpoints"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "removal"
|
||||||
|
name = "Removed Endpoints"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "feature"
|
directory = "feature"
|
||||||
name = "Backwards Compatible Changes"
|
name = "Backwards Compatible Changes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue