From 1fb8be281847a56d369c2bddb0687a1cdbc13e43 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sat, 30 May 2020 16:28:47 -0700 Subject: [PATCH] Add versionsort.suffix config to dist clones --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fb42f87..0775627 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ dist: @rm -rf apache-annotator-$(annotator_vsn)-incubating @git clone \ --config advice.detachedHead=false \ + --config versionsort.suffix=-rc \ --depth 1 \ --quiet \ file://"$(shell git rev-parse --show-toplevel)" \