-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
tree-sitter-vimdoc | ||
================== | ||
|
||
This grammar implements the INI format. | ||
|
||
Overview | ||
-------- | ||
|
||
todo | ||
|
||
Known issues | ||
------------ | ||
|
||
todo | ||
|
||
|
||
Release | ||
------- | ||
|
||
Steps to perform a release: | ||
|
||
1. Bump and tag the version (choose `patch`/`minor`/`major` as appropriate). | ||
``` | ||
npm version patch -m "release %s" | ||
``` | ||
2. Bump to prerelease, without creating a tag . | ||
``` | ||
npm version --no-git-tag-version prerelease --preid dev && git add package*.json && git commit -m bump | ||
``` | ||
3. Push. | ||
``` | ||
git push --follow-tags | ||
``` | ||
4. Release the tagged commit: https://github.com/neovim/tree-sitter-vimdoc/releases/new | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters