mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 17:21:14 -03:00
This reverts functional changes in commitea3e9698df. * Annotated tags only should be used for releases - see #3572 for examples of where we want to use lightweight tags. See also git-tag(1) on the purpose of annotated and lightweight tags. * Version numbers are numbers and should not start with a branch name. The commit ID is embedded in the version and uniquely identifies the history. `fish --version` and `echo $FISH_VERSION` contain this information. (cherry picked from commitdcb39bfa86)