File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Proto TOML plugin for git-native-issue
2+ # https://github.com/remenoscodes/git-native-issue
3+ #
4+ # Distributed issue tracking embedded in Git.
5+ # POSIX shell scripts — works on any OS with Git installed.
6+
7+ name = " git-native-issue"
8+ type = " cli"
9+
10+ [platform .linux ]
11+ archive-prefix = " git-native-issue-v{version}"
12+ exe-path = " bin/git-issue"
13+ download-file = " git-native-issue-v{version}.tar.gz"
14+
15+ [platform .macos ]
16+ archive-prefix = " git-native-issue-v{version}"
17+ exe-path = " bin/git-issue"
18+ download-file = " git-native-issue-v{version}.tar.gz"
19+
20+ [install ]
21+ download-url = " https://github.com/remenoscodes/git-native-issue/releases/download/v{version}/{download_file}"
22+
23+ [resolve ]
24+ git-url = " https://github.com/remenoscodes/git-native-issue"
25+
26+ [detect ]
27+ version-files = [" .git-issue-version" ]
You can’t perform that action at this time.
0 commit comments