From d6686dcd9261147937cc95e6425254f423d5b72a Mon Sep 17 00:00:00 2001 From: Drew Reed Date: Mon, 15 Aug 2022 11:28:48 +0000 Subject: [PATCH 1/2] Add changelog for version 0.9.0 Signed-off-by: Drew Reed --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0306bcd..0f9674d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0 (2022-08-15) + +No changes. + ## 0.0.1 (2022-07-01) No changes. -- GitLab From 6a41feb130a2eaa21ed2d91886ff5794330ba5ad Mon Sep 17 00:00:00 2001 From: Devaraj Ranganna Date: Tue, 23 Aug 2022 10:23:35 +0000 Subject: [PATCH 2/2] cassini-ci: Update Gitlab CI variable `RELEASE_BRANCH` The value of variable `RELEASE_BRANCH` is changed to `release-branch` so that release won't happen on either `kirkstone-dev` or `main` branch. Signed-off-by: Devaraj Ranganna --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66fe398..8050cce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ variables: description: How frequently is this build run (adhoc, nightly, weekly) # Set the branch used for making releases - RELEASE_BRANCH: kirkstone-dev + RELEASE_BRANCH: release-branch # Version variables specify where the projects version number can be found VERSION_FILE: meta-cassini-config/kas/include/cassini-release.yml VERSION_VARIABLE: .env.CASSINI_VERSION -- GitLab