We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6061c commit bcb7563Copy full SHA for bcb7563
README.md
@@ -195,6 +195,12 @@ npm version <update_type>
195
cd -
196
# Note: this copies the top-level README.md to packages/neovim.
197
npm run publish:neovim
198
+
199
+# Post-relase
200
+cd packages/neovim/
201
+npm version --no-git-tag-version prerelease --preid dev && git add package*.json && git commit -m bump
202
+git tag v4.11.0
203
+git push --follow-tags
204
```
205
206
### Regenerate documentation website
packages/neovim/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "neovim",
3
"description": "Nvim msgpack API client and remote plugin provider",
4
- "version": "4.11.0",
+ "version": "4.11.1-dev.0",
5
"homepage": "https://github.com/neovim/node-client",
6
"authors": [
7
0 commit comments