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

Add Autodiscovery versionFilter for "minoronly" and "majoronly" semver update #1357

Merged
merged 7 commits into from
Jun 6, 2023

Conversation

olblak
Copy link
Member

@olblak olblak commented Jun 5, 2023

Add two new semver pattern used for autodiscovery.
The goal is to have pipeline that would only bump major or minor version and ignore any patch or prerelease update

Test

To test this pull request, you can run the following commands:

cp <to_package_directory>
go test

Additional Information

Tradeoff

/

Potential improvement

@olblak olblak added enhancement New feature or request autodiscovery All things related to the autodiscovery feature labels Jun 5, 2023
minoronly and majoronly are keys used by Updatecli autodiscovery
@olblak olblak changed the title Add versionFilter minoronly and majoronly for autodiscovery Add Autodiscovery versionFilter for "minoronly" and "majoronly" semver update Jun 6, 2023
olblak and others added 5 commits June 6, 2023 08:23
@olblak olblak enabled auto-merge (squash) June 6, 2023 12:01
@olblak olblak merged commit d567772 into updatecli:main Jun 6, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodiscovery All things related to the autodiscovery feature enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant