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

Improve version.gradle to increment version using gradle task #266

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

fornewid
Copy link
Member

@fornewid fornewid commented Dec 11, 2023

Regular Expression

00.00.00 or 00.00.00.00

In .gradle:
^([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:\\.([0-9]+))?\$

Link: http://regexr.com/3er1i

^([0-9]+)\.([0-9]+)\.([0-9]+)(?:\.([0-9]+))?$

@fornewid fornewid merged commit 76068fe into develop Dec 11, 2023
1 check passed
@fornewid fornewid deleted the version branch December 11, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant