You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
huan
changed the title
Continious Deploy to NPM with @next tag when the version number is odd(in developing branch)
Continious Deploy to NPM with @next tag when the MINOR version number is odd(in developing branch)
Apr 21, 2018
According to #905, when the minor version number in semvar is odd, it means it comes from a developing branch, and it's very like UNSTABLE.
odd Examples: (UNSTABLE, in developing)
even Examples: (STABLE, production)
At the same time, we publish all the version to NPM when the code base passed the Automatic Testing by Travis CI.
We should only publish to NPM via CI/CD for the STABLE/PROD version for master branch, which means we should limit it to the version number is even.
See Also
The text was updated successfully, but these errors were encountered: