Skip to content

Which branch to be on: master or release #4921

Closed Answered by fannheyward
oren0e asked this question in Q&A
Discussion options

You must be logged in to vote
  1. It's recommended to use the release branch, this branch will be compiled, you don't need to do npm install
  2. the master branch is the HEAD branch that fixes/features will be merged into master, you need to run npm install && npm build to compile it. This branch will wait for a time then build to release branch
  3. the tag release, as you saw The last release was like almost 2 years ago, was outdated

should I be on the release branch or master branch in order to use the most updated plugin version for coc.nvim

Yes, use release branch is recommended.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oren0e
Comment options

Answer selected by fannheyward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants