mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Don't let the newsfragments wink out of existence
This commit is contained in:
parent
63b926a4aa
commit
f68c82bd6c
|
|
@ -52,4 +52,4 @@ For this example, we're going to pretend that the `server_server` API doesn't ex
|
||||||
name = "Spec Clarifications"
|
name = "Spec Clarifications"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
```
|
```
|
||||||
4. Use the changelog in whatever RST documents you need
|
4. Create a `.gitignore` in `changelogs/server_server/newsfragments` with the contents `!.gitignore`
|
||||||
|
|
|
||||||
1
changelogs/client_server/newsfragments/.gitignore
vendored
Normal file
1
changelogs/client_server/newsfragments/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
!.gitignore
|
||||||
Loading…
Reference in a new issue