search for: cef9129

Displaying 1 result from an estimated 1 matches for "cef9129".

Did you mean: 2ef9529
2016 May 03
2
Proposal to start tagging releases in git with v<VERSION>
...5:54 +0100 Subject: [PATCH] Tag versions with "v<VERSION>" instead of just the version number. This is the normal convention used for tagging git releases. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f4520c8..cef9129 100644 --- a/Makefile.am +++ b/Makefile.am @@ -524,7 +524,7 @@ maintainer-commit: # Tag HEAD with current version (only for maintainer). maintainer-tag: - git tag -a $(VERSION) -m "Version $(VERSION) ($(BRANCH_TYPE))" -f + git tag -a "v$(VERSION)" -m "Version $(VERSION)...