The version output by script/version
should indicate if there are any uncommitted changes or any unignored untracked files
#685
Labels
🧽 chore
Administrative task: documentation, build, test, release, git, etc.
Milestone
The version output by
script/version
should indicate if there are any uncommitted changes or any unignored untracked files.Indicate this by appending a
+
to the version name.Use the following zsh to achieve it:
"${"$(git diff-index HEAD --;git ls-files --exclude-standard --others)":++}"
The text was updated successfully, but these errors were encountered: