Skip to content

Commit 7633d6c

Browse files
committed
CLOUDP-70554: Use evergreen git tag for releases
1 parent 734e025 commit 7633d6c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build/ci/evergreen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

scripts/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ fi
3737

3838
git tag -a -s "v${VERSION}" -m "v${VERSION}"
3939
git 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

0 commit comments

Comments
 (0)