Support not only 'latest' releases #32
Labels
config
TOML configuration, config-related CLI options
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Currently
tool-sync
downloads the latest release by default. I can imagine some people preferring specific releases. This should be easily supported bytool-sync
with a few code changes:tag
field toConfigAsset
tool-sync/src/config/schema.rs
Lines 22 to 37 in e908503
tool-sync/src/config/toml.rs
Lines 60 to 72 in e908503
ToolInfo
to store a value of a new enum with constructorsLatest
orTag
tool-sync/src/model/tool.rs
Lines 29 to 43 in e908503
configure.rs
to applyConfigAsset
settingsrelease_url
to return not only the latest releasetool-sync/src/sync/download.rs
Lines 26 to 32 in e908503
The text was updated successfully, but these errors were encountered: