-
Notifications
You must be signed in to change notification settings - Fork 106
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
Wrong version bumping while digit count increasing. #166
Comments
So if i see it correctly it should have bumped to |
Right. |
Could you provide the full log of the action? |
|
Who created the |
v0.10.0 was created by the action too:
It's look like the integration use last row from The action should sort tags as versions, and only after this get the last as latest version. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/unstale |
Hi there, any news about it ? |
I'm seeing the same issue on an action repo that pushes a |
@bencat-sixense @joshuasimon-taulia would any of you be open to create a PR that will sort the tags? |
my CI/merge pipeline was opinionated toward pushing commits to each new git tag which don't exist on the i was able to debug locally by using a combination of
and
@IATkachenko you might be experiencing the same issue because of the additional commit/tagging logic in your workflow |
I am experiencing the same issue. Here is a truncated list of my tags
and here is the log from the action
I cleaned the action output a little but in principal it should contain all the information./ |
Are there no plans to take a stab on this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixes #166 BREAKING CHANGE: Updated major version of packages
Fixes #166 BREAKING CHANGE: Updated major version of packages
Fixes #166 BREAKING CHANGE: Updated major version of packages
This issue should now be fixed in v5, git-semver-tags updated their code to sort the tags on date. |
From action point of view, after version
v0.10.0
we should usev0.9.2
tag for next version:So, I have to remove all previous releases to release v0.10.1
Workflow config is:
The text was updated successfully, but these errors were encountered: