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

please create full version release(s) #47

Closed
chrisjohnson00 opened this issue Aug 13, 2021 · 8 comments
Closed

please create full version release(s) #47

chrisjohnson00 opened this issue Aug 13, 2021 · 8 comments

Comments

@chrisjohnson00
Copy link

chrisjohnson00 commented Aug 13, 2021

I have a disdain for the "floating" versions that are supported by actions. Could you create a full release version for this as well?

I've been burnt by using v1 style versions with other 3rd party actions.

Just to be clear, in case you aren't sure what I mean:

v1 is both a version and an alias. It can be aliased to v1.0.0 and when v1.0.1 comes out it aliases to v1.0.1. When v1.1.0 comes out v1 is now an alias to v1.1.0.

I've had issues where an action was promoted from v5.4 to v5.5 and it stops working due to a bug. In this case I was using v5 and suddenly my workflows were failing without any change to them.

While I'm a huge supporter of semver, I also need to have the confidence that things are not changing without my knowledge. I've since required (in my work environment) that we use full versions of actions when possible, and do a round of testing when upgrading actions.

Thank you for your contribution to actions, this one will be helpful to us :D

@gilbertsoft
Copy link
Member

Please check the tags, there is one for each release and v1 points to the latest https://github.com/GsActions/commit-message-checker/tags

@gilbertsoft
Copy link
Member

@chrisjohnson00 does this help?

@chrisjohnson00
Copy link
Author

Please check the tags, there is one for each release and v1 points to the latest https://github.com/GsActions/commit-message-checker/tags

V1 points to 0.5? Is that correct?

@gilbertsoft
Copy link
Member

gilbertsoft commented Aug 17, 2021

Please check the tags, there is one for each release and v1 points to the latest https://github.com/GsActions/commit-message-checker/tags

V1 points to 0.5? Is that correct?

Yes exactly. As you can see both tags are pointing to the same commit:

grafik

Maybe it's time for the 1.0.0 release. For the time being this action was still experimental.

@chrisjohnson00
Copy link
Author

Yes exactly. As you can see both tags are pointing to the same commit:

I'm curious what dependabot would do when v1 is v0.5.0
The team implemented the action with it pulling v0.5.0, and it went into our workflow today, so I guess I'll keep an eye on what dependabot does with this once it runs later today.

@chrisjohnson00
Copy link
Author

I'm curious what dependabot would do when v1 is v0.5.0
The team implemented the action with it pulling v0.5.0, and it went into our workflow today, so I guess I'll keep an eye on what dependabot does with this once it runs later today.

Yes, Dependabot thinks that v1 is newer than v0.5.0 and created a PR to make that update. I have instructed Dependabot to ignore this update, but if you are able to create a v1.0.0 tag that would be great too.

@gilbertsoft
Copy link
Member

Okay, will take care the next days to create a 1.0.0 tag...

@gilbertsoft
Copy link
Member

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

No branches or pull requests

2 participants