From 44910a55871ceb42d42c366b3616c2cde1ecf94e Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 27 Aug 2024 15:04:32 +0700 Subject: [PATCH] Update readme / disable CI build for main commits Signed-off-by: Andrey Sobolev --- .github/workflows/main.yml | 2 +- changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4f3a98cd7..dce6119f4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ concurrency: on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [develop, main] + branches: [develop] tags: - v* pull_request: diff --git a/changelog.md b/changelog.md index f352d77ba0..2de0b6c40e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,17 @@ Changelog. +## [0.6.285] - 2024-08-27 + +* 馃殌 FEATURES: 路 Markup migration tool ([#6398](https://github.com/hcengineering/platform/issues/6398)) +* UBERF-7944: 路 Support for not_planed close for issues ([#6396](https://github.com/hcengineering/platform/issues/6396)) +* UBERF-7946: 路 Remove bulk in mongo adapter ([#6395](https://github.com/hcengineering/platform/issues/6395)) + +## [0.6.284a] - 2024-08-26 + +* 馃悰 BUG FIXES: 路 Parallel blob processing in tools an migration ([#6391](https://github.com/hcengineering/platform/issues/6391)) +* UBERF-7924: 路 Fix workspace variable in logs + reuse installation account ([#6376](https://github.com/hcengineering/platform/issues/6376)) + ## [0.6.284] - 2024-08-23 * 馃悰 BUG FIXES: 路 Do not resolve srcset for urls ([#6367](https://github.com/hcengineering/platform/issues/6367)) 路 Add limit and retries to move files tool ([#6368](https://github.com/hcengineering/platform/issues/6368))