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

🦺 Validation of project's version #580

Open
2 tasks
Tracked by #365
LVMVRQUXL opened this issue Mar 15, 2024 · 0 comments
Open
2 tasks
Tracked by #365

🦺 Validation of project's version #580

LVMVRQUXL opened this issue Mar 15, 2024 · 0 comments
Labels
automation Automating things.

Comments

@LVMVRQUXL
Copy link
Contributor

📝 Description

The project's version being used in several scripts and Gradle tasks, we would like to validate it during the project's configuration with Gradle.

The project's version should match the following regular expression: ^\d+\.\d+\.\d+(?:-SNAPSHOT)?$.
Here are examples of valid and invalid project's versions:

// Valid
1.0.0
1.0.0-SNAPSHOT

// Invalid
1
1.
1.0
1.0.
1.0.0-

✅ Checklist

  • Validate project's version in the configuration step using Gradle.
  • Close this issue as completed and update tracking ones if present.
@LVMVRQUXL LVMVRQUXL added the automation Automating things. label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Automating things.
Projects
None yet
Development

No branches or pull requests

1 participant