You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add export mode to get_version_info.sh; fix comments and error message
- get_version_info.sh: add 'export' mode (eval-safe VAR=value lines)
that prod.sh was already calling but was falling through to the
human-readable default, causing eval to fail on the "Version: ..."
output. Also switch == to = in [ ] comparisons (shellcheck SC2039).
- serve/release.sh: error hint now points to the correct
MISE_ENV=dev ./bin/mise invocation instead of bare `mise`.
- mise.dev.toml: update task→file mapping comments to include .sh
extension to match the actual committed filenames.
0 commit comments