From 1bfb680b6bb5cf813bf4620d7cba1e0750e59c24 Mon Sep 17 00:00:00 2001 From: Alireza Date: Tue, 5 Aug 2025 10:06:19 -0400 Subject: [PATCH] chore(ci): move to next version [BUMP BETA] (#5298) --- .circleci/config.yml | 6 +++++- platform/docs/docs/migration-guide/3p10-to-3p11/index.md | 2 +- platform/docs/docs/migration-guide/3p11-to-3p12/index.md | 8 ++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 platform/docs/docs/migration-guide/3p11-to-3p12/index.md 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