Skip to content

Commit 888401a

Browse files
authored
Remove the "Do not commit" from generated docs (#315)
This was mistakenly added but it's not required for docs: we want them to be committed!
1 parent b4b5124 commit 888401a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- BUGFIX: Remove the "DO NOT COMMIT" notice from the documentation.
6+
57
## 3.1.1 (2021-04-19)
68

79
- Recommend to not commit as well as to not edit the generated files. ([bug 1706042](https://bugzilla.mozilla.org/show_bug.cgi?id=1706042))

glean_parser/templates/markdown.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- AUTOGENERATED BY glean_parser. DO NOT EDIT. DO NOT COMMIT. -->
1+
<!-- AUTOGENERATED BY glean_parser. DO NOT EDIT. -->
22
{# The rendered markdown is autogenerated, but this
33
Jinja2 template is not. Please file bugs! #}
44

0 commit comments

Comments
 (0)