Which branch to be on: master or release #4921
-
I'm using coc.nvim with vim, and Vundle plugin manager. Occasionally I update the plugins which is essentially doing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, use |
Beta Was this translation helpful? Give feedback.
release
branch, this branch will be compiled, you don't need to donpm install
master
branch is the HEAD branch that fixes/features will be merged into master, you need to runnpm install && npm build
to compile it. This branch will wait for a time then build torelease
branchThe last release was like almost 2 years ago
, was outdatedYes, use
release
branch is recommended.