Skip to content

Commit

Permalink
Create dist clones without a specified branch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tilgovi committed May 31, 2020
1 parent f30d0f3 commit dc674c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ else
dist:
@rm -rf apache-annotator-$(annotator_vsn)-incubating
@git clone \
--branch v$(vsn_tag) \
--config advice.detachedHead=false \
--depth 1 \
--quiet \
Expand Down

0 comments on commit dc674c4

Please sign in to comment.