using .wip extension and updates the docs for more clarity

This commit is contained in:
Adam Brown 2022-01-14 14:51:19 +00:00
parent cdce8df002
commit 37aadf4dbf
5 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ Supported filename extensions are:
- ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK. - ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK.
- ``.bugfix``: Signifying a bug fix. - ``.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. - ``.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 - ``.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. - ``.misc``: Any other changes.

View file

@ -16,7 +16,7 @@
showcontent = true showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "dev" directory = "wip"
name = "In development 🚧" name = "In development 🚧"
showcontent = true showcontent = true