We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739f689 commit 6c295c8Copy full SHA for 6c295c8
Makefile
@@ -29,6 +29,7 @@ build: ## build the binaries for all targets
29
###@ Release
30
31
tag: ## create a new git tag based on conventional commit messages
32
+ @git fetch --tags --force
33
@$(eval git_tag=v$(shell docker run -v "$(CURDIR):/tmp" --workdir /tmp \
34
--rm -u '$(shell id -u):$(shell id -g)' convco/convco version --bump))
35
@git tag -m "bump" -f "$(git_tag)"
0 commit comments