Skip to content

Commit

Permalink
refactor: place commit hash at last
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 2, 2019
1 parent 552eda0 commit 1ba31fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ do
-v | --vfile) VFILE=1; shift 1 ;;
-p | --public) PUBLIC="--access=public"; shift 1 ;;
-c | --chlog) CHLOG=1; shift 1 ;;
-H | --chash) GCFMT="[%h](https://github.com/${REPO}/commit/%h) ${GCFMT}"; shift 1 ;;
-H | --chash) GCFMT="${GCFMT} [_%h_](https://github.com/${REPO}/commit/%h)"; shift 1 ;;
-y | --yes) YES=1; shift 1 ;;
-V | --version) NEXT_VERSION=$2; shift 2 ;;
minor) MINOR=1; shift 1 ;;
Expand Down

0 comments on commit 1ba31fe

Please sign in to comment.