@eui/tools 6.20.4 → 6.20.5
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.
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.20.
|
|
1
|
+
6.20.5
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.20.5 (2024-08-07)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* skip sonar run for standalone pkg temporary - EUI-9788 [EUI-9788](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9788) ([8f912571](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/8f912571e406dfa8ecaeb27af343a85bb4687a29))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.20.4 (2024-08-07)
|
|
2
11
|
|
|
3
12
|
##### Bug Fixes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ const innerCommon = require('./common');
|
|
|
16
16
|
// LOCAL TEST :
|
|
17
17
|
// - symlink eUI tools sources to node_modules of standalone pkg folder node_modules to test
|
|
18
18
|
// - execute this command on the standalone pkg folder :
|
|
19
|
-
// npx @eui/tools release-package-standalone --dryRun --branch develop --debug --debugNotification --skipCommitsCheck --
|
|
19
|
+
// npx @eui/tools release-package-standalone --dryRun --branch develop --debug --debugNotification --skipCommitsCheck --skipPublish --skipGitUpdates --skipLint --skipTest
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
module.exports.run = () => {
|
|
@@ -105,9 +105,9 @@ module.exports.run = () => {
|
|
|
105
105
|
})
|
|
106
106
|
|
|
107
107
|
// EXECUTING SONAR ANALYSIS
|
|
108
|
-
.then(() => {
|
|
109
|
-
|
|
110
|
-
})
|
|
108
|
+
// .then(() => {
|
|
109
|
+
// return utils.sonar.run(pkg, branches.isMaster);
|
|
110
|
+
// })
|
|
111
111
|
|
|
112
112
|
// GENERATE and UPDATE new version
|
|
113
113
|
.then(() => {
|