You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/02/07 05:59:20 UTC

[incubator-annotator] branch master updated: Create release clones without tags

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new e8db78f  Create release clones without tags
e8db78f is described below

commit e8db78f1368e6509856991623555485e77d72d87
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sat Feb 6 21:57:18 2021 -0800

    Create release clones without tags
    
    If the release clone is allowed to contain tags, it will contain the
    release candidate tag, which may be confusing to someone looking at a
    release tarball. Instead, clone without tags, and instructions for
    verifying a release can include verifying that the remote tag matches
    the state of the release.
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 0775627..c193ecf 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ dist:
         --config advice.detachedHead=false \
         --config versionsort.suffix=-rc \
         --depth 1 \
+        --no-tags \
         --quiet \
         file://"$(shell git rev-parse --show-toplevel)" \
         apache-annotator-$(annotator_vsn)-incubating