Skip to content

Multiple libs use the same git tags #285

Answered by edbzn
shaharkazaz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Actually, semver use the Git tags to bump a library (eg: analyzing commits from the previous version to define the new version), regardless of using sync or independent mode. The package.json "version" property is not used to read the actual version, this means that you need to tag your libraries to work with semver.

eg:

main-0.0.1
plugin-a-0.0.1
plugin-b-0.0.1
...

Maybe the sync mode would be better for your use case? Let me know if I can help you more.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by edbzn
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