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

docs(readme): fix potential issue in housekeeping #12

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

weissera
Copy link
Contributor

Exclude tags with multiple digits per position for MAJOR, MINOR and PATCH-Versions while housekeeping.

Since the [:digit:]] regex allows only one digit per position, tags with version numbers >9 are deleted during housekeeping (affects MAJOR, MINOR and PATCH). For example, tags in the form 1.0.10 will be deleted. This can lead to consequential problems during publishing.
This PR allows multiple digits per position via [[:digit:]]* for MAJOR, MINOR and PATCH versions, which means that these tags will not be deleted during housekeeping.

Exclude tags with multiple digits per position for MAJOR, MINOR and PATCH-Versions while housekeeping.
@SimonGolms
Copy link
Owner

Thanks for this finding and the contribution!

@SimonGolms SimonGolms closed this Mar 21, 2023
@SimonGolms SimonGolms reopened this Mar 21, 2023
@SimonGolms SimonGolms merged commit 2204b75 into SimonGolms:main Mar 21, 2023
@github-actions
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants