Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use semantic versioning #9

Merged
merged 2 commits into from
Oct 9, 2024
Merged

feat: use semantic versioning #9

merged 2 commits into from
Oct 9, 2024

Conversation

szkiba
Copy link
Collaborator

@szkiba szkiba commented Oct 8, 2024

Semantic versioning is widespread and well-known and has many advantages. It is advisable to switch from the date-based version to the use of the semantic version.

Assuming that k6 and its extensions use semantic versioning, the semantic version of the distribution will be generated as follows:

  • if a major version of a module (k6 or extension) is bumped, or a module is removed, the major version will be bumped (potential breaking change)
  • if the minor version of any module (k6 or extension) is bumped or a new module is added, the minor version will be bumped (backward compatible feature change)
  • otherwise, the patch version will be bumped

@szkiba szkiba requested a review from a team as a code owner October 8, 2024 17:13
@szkiba szkiba requested review from pablochacin and removed request for a team October 8, 2024 17:13
@szkiba szkiba linked an issue Oct 8, 2024 that may be closed by this pull request
@szkiba szkiba removed the request for review from pablochacin October 8, 2024 17:13
@szkiba szkiba merged commit 909d786 into main Oct 9, 2024
5 checks passed
@szkiba szkiba deleted the 8-use-semantic-versioning branch October 9, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use semantic versioning
1 participant