dotfiles v1.0.1
This commit is contained in:
@@ -606,7 +606,7 @@ function _dotfiles_prompt_version -d "Prompt for version, defaulting to minor bu
|
||||
set -l current $argv[1]
|
||||
set -l suggested (_dotfiles_bump_minor "$current")
|
||||
|
||||
echo "Current version: v$current"
|
||||
echo "Current version: v$current" >&2
|
||||
# Use double quotes so $suggested expands in the prompt string.
|
||||
read -p "echo \"New version (press Enter for v$suggested): \"" -l custom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user