File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ tasks:
668668 - func : " upload dist"
669669 - name : release
670670 stepback : false
671- patch_only : true
671+ git_tag_only : true
672672 depends_on :
673673 - name : compile
674674 variant : " code_health"
@@ -716,7 +716,7 @@ tasks:
716716 display_name : downloads-center-
717717 - name : release_msi
718718 stepback : false
719- patch_only : true
719+ git_tag_only : true
720720 depends_on :
721721 - name : compile
722722 variant : " code_health"
@@ -976,7 +976,7 @@ tasks:
976976 # RPM Distros
977977 - name : push_rhel62_enterprise_stable
978978 << : &default_push_stable_def
979- patch_only : true
979+ git_tag_only : true
980980 stepback : false
981981 tags : ["push_stable"]
982982 depends_on :
Original file line number Diff line number Diff line change 3737
3838git tag -a -s " v${VERSION} " -m " v${VERSION} "
3939git push origin " v${VERSION} "
40- evergreen patch -p mongocli-master -y -d " Release ${VERSION} " -v release_github -v release_msi -v release_publish_42 -v release_publish_44 -t all -f
You can’t perform that action at this time.
0 commit comments