From 38e06de15f7095d61ce41105465873dcb4281f3f Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 25 Aug 2023 10:51:39 -0400 Subject: [PATCH] Update checkout_mapl3_release_branch (#63) --- CHANGELOG.md | 6 ++++++ src/commands/checkout_mapl3_release_branch.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88784cb..0b241b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [1.23.0] - 2023-08-25 + +### Changed + +- Updated `checkout_mapl3_release_branch` command to also checkout `geos/release/MAPL-v3` + ## [1.22.0] - 2023-07-31 ### Changed diff --git a/src/commands/checkout_mapl3_release_branch.yml b/src/commands/checkout_mapl3_release_branch.yml index 0203ca7..a2cb054 100644 --- a/src/commands/checkout_mapl3_release_branch.yml +++ b/src/commands/checkout_mapl3_release_branch.yml @@ -12,5 +12,6 @@ steps: command: | cd ${CIRCLE_WORKING_DIRECTORY}/<< parameters.repo >> mepo checkout-if-exists release/MAPL-v3 + mepo checkout-if-exists geos/release/MAPL-v3 mepo status