From 747ec24cd943b8f60d9f40650738bf045267bdce Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Thu, 8 Jun 2023 14:41:34 +0300 Subject: [PATCH] release: updated version (3.0.0-rc.1) (#7776) ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --- .publishrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index fe0e22548c6..ef370e94b52 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "latest", + "publishTag": "rc", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index bfa2ed9ea2b..dea8b56f9c4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "2.6.2", + "version": "3.0.0-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"