mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Mention syntax highlighters in MAINTENANCE.md
This commit is contained in:
parent
aa7679618e
commit
24bfe2d225
1 changed files with 8 additions and 2 deletions
|
@ -5,8 +5,14 @@ in the NEWS file.
|
||||||
2. Update the version number, according to semver:
|
2. Update the version number, according to semver:
|
||||||
- At the top of meson.build
|
- At the top of meson.build
|
||||||
- In docs/flatpak.rst
|
- In docs/flatpak.rst
|
||||||
3. Make a new commit with just these two changes. Use `Release v{version}`
|
3. Make a new commit with just these two changes. Use `Release v{version}` as the commit message. Tag the commit as `v{version}` and push the tag.
|
||||||
as the commit message. Tag the commit as `v{version}` and push the tag.
|
|
||||||
4. Create a "Post-release version bump" commit.
|
4. Create a "Post-release version bump" commit.
|
||||||
5. Go to the Releases page in GitLab and create a new release from the tag.
|
5. Go to the Releases page in GitLab and create a new release from the tag.
|
||||||
6. Announce the release through relevant channels (Twitter, TWIG, etc.)
|
6. Announce the release through relevant channels (Twitter, TWIG, etc.)
|
||||||
|
|
||||||
|
## Related projects
|
||||||
|
|
||||||
|
Blueprint is supported by the following syntax highlighters. If changes are made to the syntax, remember to update these projects as well.
|
||||||
|
|
||||||
|
- Pygments (https://github.com/pygments/pygments/blob/master/pygments/lexers/blueprint.py)
|
||||||
|
- GtkSourceView (https://gitlab.gnome.org/GNOME/gtksourceview/-/blob/master/data/language-specs/blueprint.lang)
|
Loading…
Add table
Add a link
Reference in a new issue