Skip to content

The version output by script/version should indicate if there are any uncommitted changes or any unignored untracked files #685

@rgoldberg

Description

@rgoldberg

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)":++}"

Metadata

Metadata

Assignees

Labels

🧽 choreAdministrative task: documentation, build, test, release, git, etc.

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions