Skip to content

Commit bcb7563

Browse files
committed
bump
1 parent 4f6061c commit bcb7563

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ npm version <update_type>
195195
cd -
196196
# Note: this copies the top-level README.md to packages/neovim.
197197
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
198204
```
199205

200206
### Regenerate documentation website

packages/neovim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neovim",
33
"description": "Nvim msgpack API client and remote plugin provider",
4-
"version": "4.11.0",
4+
"version": "4.11.1-dev.0",
55
"homepage": "https://github.com/neovim/node-client",
66
"authors": [
77
{

0 commit comments

Comments
 (0)