Skip to content

Commit

Permalink
Merge pull request #4953 from vector-im/feature/adm/in-dev-category
Browse files Browse the repository at this point in the history
In development release notes category
  • Loading branch information
bmarty authored Jan 14, 2022
2 parents 9232206 + 7259324 commit f025554
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ Supported filename extensions are:

- ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK.
- ``.bugfix``: Signifying a bug fix.
- ``.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
- ``.sdk``: Signifying a change to the Matrix SDK, this could be an addition, deprecation or removal of a public API.
- ``.misc``: Any other changes.

See https://github.com/twisted/towncrier#news-fragments if you need more details.
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4914.wip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disabling onboarding automatic carousel transitions on user interaction
1 change: 1 addition & 0 deletions changelog.d/4918.wip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Locking phones to portrait during the FTUE onboarding
1 change: 1 addition & 0 deletions changelog.d/4927.wip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds a messaging use case screen to the FTUE onboarding
7 changes: 6 additions & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@
name = "Bugfixes 🐛"
showcontent = true

[[tool.towncrier.type]]
directory = "wip"
name = "In development 🚧"
showcontent = true

[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation 📚"
showcontent = true

[[tool.towncrier.type]]
directory = "removal"
directory = "sdk"
name = "SDK API changes ⚠️"
showcontent = true

Expand Down

0 comments on commit f025554

Please sign in to comment.