using .wip extension and updates the docs for more clarity
This commit is contained in:
parent
cdce8df002
commit
37aadf4dbf
|
@ -61,7 +61,7 @@ Supported filename extensions are:
|
|||
|
||||
- ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK.
|
||||
- ``.bugfix``: Signifying a bug fix.
|
||||
- ``.dev``: Signifying a change which is not ready to be user facing, typically a component of a larger feature.
|
||||
- ``.wip``: Signifying a work in progress change, typically a component of a larger feature which will be enabled once all tasks are complete.
|
||||
- ``.doc``: Signifying a documentation improvement.
|
||||
- ``.removal``: Signifying a deprecation or removal of public API. Can be used to notifying about API change in the Matrix SDK
|
||||
- ``.misc``: Any other changes.
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "dev"
|
||||
directory = "wip"
|
||||
name = "In development 🚧"
|
||||
showcontent = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue