Created
January 31, 2026 03:49
-
-
Save ws/6f959bef06e009e256783a941557fbfc to your computer and use it in GitHub Desktop.
Mise wedow/ticket config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # git refs API returns tags in ascending order (unlike release API), so mise's .last() picks the latest | |
| [tools."http:tk"] | |
| version = "latest" | |
| url = "https://raw.githubusercontent.com/wedow/ticket/v{{version}}/ticket" | |
| rename_exe = { ticket = "tk" } | |
| version_list_url = "https://api.github.com/repos/wedow/ticket/git/refs/tags" | |
| version_regex = "refs/tags/v([0-9.]+)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment