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

Observe flutter tags with git #37

Open
PlugFox opened this issue Dec 8, 2023 · 0 comments
Open

Observe flutter tags with git #37

PlugFox opened this issue Dec 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PlugFox
Copy link
Owner

PlugFox commented Dec 8, 2023

Build specific version at major versions.

git -c 'versionsort.suffix=-' ls-remote --exit-code --refs --sort='version:refname' \
  --tags https://github.com/flutter/flutter.git '*.*.*' \
  | cut -d '/' -f 3 \
  | grep -e "^[0-9]\+\.[0-9]\+\.[0-9]\+$" \
  | tail -n 1
@PlugFox PlugFox self-assigned this Dec 8, 2023
@PlugFox PlugFox added the enhancement New feature or request label Dec 8, 2023
@PlugFox PlugFox added this to PlugFox Dec 8, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in PlugFox Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant