diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d57dcbc8..bcd967009 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -455,9 +455,13 @@ workflows: filters: branches: only: master - - NPM_PUBLISH: + - HOLD_FOR_APPROVAL: + type: approval requires: - BUILD + - NPM_PUBLISH: + requires: + - HOLD_FOR_APPROVAL - DOCKER_BETA_PUBLISH: requires: - NPM_PUBLISH diff --git a/platform/docs/docs/migration-guide/3p10-to-3p11/index.md b/platform/docs/docs/migration-guide/3p10-to-3p11/index.md index d60fdfd76..d91498504 100644 --- a/platform/docs/docs/migration-guide/3p10-to-3p11/index.md +++ b/platform/docs/docs/migration-guide/3p10-to-3p11/index.md @@ -1,6 +1,6 @@ --- sidebar_position: 1 -sidebar_label: 3.10 -> 3.11 beta +sidebar_label: 3.10 -> 3.11 --- # Migration Guide diff --git a/platform/docs/docs/migration-guide/3p11-to-3p12/index.md b/platform/docs/docs/migration-guide/3p11-to-3p12/index.md new file mode 100644 index 000000000..24c79d596 --- /dev/null +++ b/platform/docs/docs/migration-guide/3p11-to-3p12/index.md @@ -0,0 +1,8 @@ +--- +sidebar_position: 1 +sidebar_label: 3.11 -> 3.12 beta +--- + +# Migration Guide + +This guide provides information about migrating from OHIF version 3.11 to version 3.12 beta