nebula-release-plugin
nebula-release-plugin copied to clipboard
Question: How does nebula-release-plugin tracks version accross different feature branch?
For example:
- On Jenkins CI run for feature/branch-a, inferred version is 1.0.0-dev.30.
- On Jenkins CI run for feature/branch-b, inferred version is 1.0.0-dev.31.
- On Jenkins CI run for feature/branch-c, inferred version is 1.0.0-dev.21. (recent run but version inferred is lower than previous builds)
Where is that dev # (30, 31, 21) comes from? Just trying to understand and see if we should rely on the version generated or set our own.