You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/update_glean_parser.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
To update the version of glean_parser used by the Glean.js, run the `bin/update-glean-parser-version.sh` script, providing the version as a command line parameter:
4
4
5
5
```bash
6
-
bin/update-glean-parser-version.sh 1.28.3
6
+
bin/update-glean-parser-version.sh 1.28
7
7
```
8
8
9
+
It's enough to specify `MINOR.MAJOR`.
10
+
9
11
This will update the version in all the required places and create a commit with the changes. After that, you just need to create a pull request with the changes.
0 commit comments