Commit 63663227 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'msj-version-notes' into 'master'

Add guidance for granular version notes

See merge request gitlab-org/gitlab!76936
parents ba14ce92 1ba8376a
......@@ -1653,6 +1653,13 @@ This feature does something.
This feature does something else.
```
If you're documenting elements of a feature, start with the feature name or a gerund:
```markdown
> - Notifications for expiring tokens [introduced](<link-to-issue>) in GitLab 11.3.
> - Creating an issue from an issue board [introduced](<link-to-issue>) in GitLab 13.1.
```
If a feature is moved to another tier:
```markdown
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment