Skip to content

Commit

Permalink
Update checkout_mapl3_release_branch (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Aug 25, 2023
1 parent 3ecb007 commit 38e06de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/commands/checkout_mapl3_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38e06de

Please sign in to comment.