From 988bbedbfad19745e0d04a2a5c978fef474b2c34 Mon Sep 17 00:00:00 2001 From: cutestnekoaqua Date: Fri, 16 Dec 2022 02:09:22 +0100 Subject: [PATCH] Release Candidate 1. If no furter changes this will be v13 --- .woodpecker/commitDatabase.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/commitDatabase.yml b/.woodpecker/commitDatabase.yml index 12d38da3e..a9e8ad554 100644 --- a/.woodpecker/commitDatabase.yml +++ b/.woodpecker/commitDatabase.yml @@ -5,7 +5,7 @@ pipeline: - cp .config/ci.yml .config/default.yml - corepack enable - yarn install - - yarn workspace backend run build + - yarn build - yarn migrate environment: - YARN_ENABLE_IMMUTABLE_INSTALLS=false diff --git a/package.json b/package.json index 1bbc2f7c6..21c5d7690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "13.0.0-beta9", + "version": "13.0.0-rc1", "codename": "aqua", "repository": { "type": "git",