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

Update version.sh #245

Merged
merged 2 commits into from
Dec 31, 2024
Merged

Update version.sh #245

merged 2 commits into from
Dec 31, 2024

Conversation

darealshinji
Copy link
Contributor

git describe --tags is required to get the correct version tag and the grep regex was changed to match the version pattern x.x.x. The pattern '\d.\d.\d' doesn't seem to work with GNU grep.

`git describe --tags` is required to get the correct version tag and the grep regex was changed to match the version pattern x.x.x. The pattern '\d.\d.\d' doesn't seem to work with GNU grep.
@CoffeeFlux
Copy link
Member

Apologies, can you update this to fix the conflict? Happy to merge after.

@CoffeeFlux CoffeeFlux mentioned this pull request Dec 30, 2024
16 tasks
@darealshinji
Copy link
Contributor Author

Apologies, can you update this to fix the conflict? Happy to merge after.

Done.

@CoffeeFlux CoffeeFlux merged commit 1ce7c65 into TypesettingTools:master Dec 31, 2024
7 checks passed
@darealshinji darealshinji deleted the patch-3 branch January 1, 2025 13:21
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.

3 participants