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

Migrate versioning to CalVer #79

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Migrate versioning to CalVer #79

merged 1 commit into from
Oct 26, 2021

Conversation

bachya
Copy link
Owner

@bachya bachya commented Oct 26, 2021

Describe what the PR does:

After much consideration, I've decided I want to move from Semantic Versioning ("SemVer") to Calendar Versioning ("CalVer") so that I can avoid the typical issues associated with SemVer (like a number indicating a more "mature" library than what exists).

In general, the library will now follow a version format of YEAR.MONTH.PATCH. There is no special significance to the 0 patch; instead, users should understand these examples:

  • YEAR.MONTH.0 is merely the first release of that month (regardless of where in the month it happens).
  • YEAR.MONTH.3 is the third release of the month.

This PR focuses on updating the release script.

Does this fix a specific issue?

N/A

Checklist:

  • Confirm that one or more new tests are written for the new functionality.
  • Run tests and ensure everything passes (with 100% test coverage).
  • Update README.md with any new documentation.
  • Add yourself to AUTHORS.md.

@bachya bachya added the maintenance Generic library tasks label Oct 26, 2021
@bachya bachya self-assigned this Oct 26, 2021
@codeclimate
Copy link

codeclimate bot commented Oct 26, 2021

Code Climate has analyzed commit dba7d4f and detected 0 issues on this pull request.

View more on Code Climate.

@bachya bachya merged commit 04538c2 into dev Oct 26, 2021
@bachya bachya deleted the calver branch October 26, 2021 20:17
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Generic library tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant