Makefile/packit: avoid duplicate implementation of "version"
This commit is contained in:
parent
4f1816c1b7
commit
00e18fe1cd
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -189,3 +189,6 @@ release_artifacts: $(RPM_TARBALL_VERSIONED)
|
|||
|
||||
lint:
|
||||
pre-commit run --all
|
||||
|
||||
show-version: ## Show the generated version to be reused in tools like `.packit.yaml`
|
||||
@echo "$(VERSION)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue