Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Oct 4, 2023
1 parent 62e82c4 commit 81ccd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def validate_args(args: Namespace):
re.match(pattern, args.release_version) for pattern in patterns.values()
):
raise ValueError(
f"Unable to validate the release version '{args.release_version}'. You can disable validation by running the very command with an extra '--no-validation'. Otherwise please use a release version identifier in the shape of 'v1.1.1', 'v1.1', '1.0.1', '1.1'. Version semantic (semvar) identifiers are even better. Take a look at https://en.wikipedia.org/wiki/Software_versioning#Semantic_versioning for a refresher."
f"Unable to validate the release version '{args.release_version}'. You can disable validation by running this command again with an extra '--no-validation' flag. Otherwise please use a release version identifier in the shape of 'v1.1.1', 'v1.1', '1.0.1', '1.1'. Version semantic (semvar) identifiers are recommended. Take a look at https://en.wikipedia.org/wiki/Software_versioning#Semantic_versioning for a refresher."
)

@staticmethod
Expand Down

0 comments on commit 81ccd01

Please sign in to comment.