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

parameters: Allow 'latest' as a valid release value #263

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

ptitjano
Copy link
Contributor

This is a follow-up of 582278d which introduced support to check for correct release version patterns. This only allows semvar related values.
However, the package command uses the latest version by default. This means that the command qgis-plugin-ci package now fails because latest pattern is not allowed.

This issue is fixed by adding ^latest$ to the allowed patterns in version check.

@Guts
Copy link
Collaborator

Guts commented Dec 22, 2023

Good catch!

It looks good to me but since we're both working at Oslandia, I let a member from another organization merging this.

This is a follow-up of 582278d which
introduced support to check for correct release version patterns. This
only allows semvar related values.
However, the `package` command uses the `latest` version by
default. This means that the command `qgis-plugin-ci package` now
fails because `latest` pattern is not allowed.

This issue is fixed by adding `^latest$` to the allowed patterns in
version check.
@Guts Guts merged commit 16f3c9c into opengisch:master Dec 22, 2023
2 of 3 checks passed
@Guts Guts self-assigned this Dec 22, 2023
@Guts Guts added the bug Something isn't working label Dec 22, 2023
@ptitjano ptitjano deleted the allow-latest-version branch January 2, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants