We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've found a bit tedious to know what changes are coming from the latest updatecli version when using this action.
For instance:
Then, I went through the changelog at https://github.com/updatecli/updatecli-action/releases to determine the former and new versions, and then I dived into #568 and similar changes.
My issue was regarding https://github.com/updatecli/updatecli/releases/tag/v0.86.0, which contains a breaking change.
Unfortunately, I could not find version v2.71.0 or previous ones in https://github.com/updatecli/updatecli-action, which contained a breaking change.it
I want to make the version at https://github.com/updatecli/updatecli to match the version at https://github.com/updatecli/updatecli-actions.
I understand there might be some edge cases:
For such, I think we can use five digits server
major-updatecli-action.minor-updatecli-action.major-updatecli.minor-updatecli.patch-updatecli
major-updatecli-action
minor-updatecli-action
major-updatecli
minor-updatecli
patch-updatecli
Therefore, a breaking change in the updatecli-action could be:
Otherwise, everything else is a minor bump.
For instance, today, we could use 3.0.0.86.1, then if a new udpatecli version then 3.0.0.87.0...
3.0.0.86.1
3.0.0.87.0
If a new change in the updatecli-action then, 3.1.0.87.0
3.1.0.87.0
I know I could pin the version using the input version, however if I do so, I need to then update it somehow.
input version
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
I've found a bit tedious to know what changes are coming from the latest updatecli version when using this action.
For instance:
Then, I went through the changelog at https://github.com/updatecli/updatecli-action/releases to determine the former and new versions, and then I dived into #568 and similar changes.
My issue was regarding https://github.com/updatecli/updatecli/releases/tag/v0.86.0, which contains a breaking change.
Unfortunately, I could not find version v2.71.0 or previous ones in https://github.com/updatecli/updatecli-action, which contained a breaking change.it
Solution you'd like
I want to make the version at https://github.com/updatecli/updatecli to match the version at https://github.com/updatecli/updatecli-actions.
I understand there might be some edge cases:
For such, I think we can use five digits server
major-updatecli-action
.minor-updatecli-action
.major-updatecli
.minor-updatecli
.patch-updatecli
Therefore, a breaking change in the updatecli-action could be:
Otherwise, everything else is a minor bump.
For instance, today, we could use
3.0.0.86.1
, then if a new udpatecli version then3.0.0.87.0
...If a new change in the updatecli-action then,
3.1.0.87.0
Alternatives you've considered
I know I could pin the version using the
input version
, however if I do so, I need to then update it somehow.Anything else?
No response
The text was updated successfully, but these errors were encountered: