We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf2111 commit 52bed25Copy full SHA for 52bed25
.publishrc
@@ -8,7 +8,7 @@
8
"gitTag": true
9
},
10
"confirm": false,
11
- "publishTag": "rc",
+ "publishTag": "latest",
12
"prePublishScript": "gulp test-server",
13
"postPublishScript": "gulp docker-publish"
14
}
package.json
@@ -2,7 +2,7 @@
2
"name": "testcafe",
3
"description": "Automated browser testing for the modern web development stack.",
4
"license": "MIT",
5
- "version": "1.20.0-rc.1",
+ "version": "1.20.0",
6
"author": {
7
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
0 commit comments