github-cli: use GH_VERSION to make sure our binary is properly versioned #55

Manually merged
hasufell merged 1 commits from justinkb/hasufell-repository:gh-cli-ver into master 2021-06-11 23:30:11 +00:00
Contributor

right now we get:

$ gh --version
gh version  (2021-06-11)
https://github.com/cli/cli/releases/latest

official builds have:

$ gh --version
gh version 1.11.0 (2021-06-11)
https://github.com/cli/cli/releases/tag/v1.11.0

this accomplishes that

right now we get: ``` $ gh --version gh version (2021-06-11) https://github.com/cli/cli/releases/latest ``` official builds have: ``` $ gh --version gh version 1.11.0 (2021-06-11) https://github.com/cli/cli/releases/tag/v1.11.0 ``` this accomplishes that
hasufell manually merged commit a7b7cd5aca into master 2021-06-11 23:30:11 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hasufell/hasufell-repository#55