Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tag selection on cli make target (#648)
## Description This change reduces the number of output displayed by `git tag` command. ## Why is this needed Some commits (like 9c098c1) contains multiple tags, causing issues during the execution of `make cli`. ## How Has This Been Tested? ```bash $ git clone --depth 1 -b v0.8.0 https://github.com/tinkerbell/tink /tmp/tink $ cd /tmp/tink $ make cli ``` ## How are existing users impacted? What migration steps/scripts do we need? NA ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information