Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit dc674c4

Browse files
committed
Create dist clones without a specified branch
Specifying the release candidate version results in the final release referencing the release candidate tag, which would be an odd quirk. Instead, release procedures should specify that releases be made from release branches and release testing procedures should contain instructions for checking the branch name.
1 parent f30d0f3 commit dc674c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ else
6363
dist:
6464
@rm -rf apache-annotator-$(annotator_vsn)-incubating
6565
@git clone \
66-
--branch v$(vsn_tag) \
6766
--config advice.detachedHead=false \
6867
--depth 1 \
6968
--quiet \

0 commit comments

Comments
 (0)