@ckeditor/ckeditor5-dev-release-tools 35.0.1 → 35.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -799,7 +799,7 @@ module.exports = async function releaseSubRepositories( options ) {
|
|
|
799
799
|
// Mark created archive as a file to remove.
|
|
800
800
|
filesToRemove.add( path.join( repositoryRealPath, archiveName ) );
|
|
801
801
|
} else {
|
|
802
|
-
exec( `npm publish --access=public --
|
|
802
|
+
exec( `npm publish --access=public --tag ${ npmTag }` );
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
// Revert the previous temporary change in the `main` field, if a package is written in TypeScript, so its `main` field points
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-dev-release-tools",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.3",
|
|
4
4
|
"description": "Tools used for releasing CKEditor 5 and related packages.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@ckeditor/ckeditor5-dev-utils": "^35.0.
|
|
8
|
+
"@ckeditor/ckeditor5-dev-utils": "^35.0.3",
|
|
9
9
|
"@octokit/rest": "^17.9.2",
|
|
10
10
|
"chalk": "^4.0.0",
|
|
11
11
|
"cli-table": "^0.3.1",
|