@anolilab/semantic-release-preset 7.0.3 → 7.0.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/CHANGELOG.md +20 -0
- package/README.md +8 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @anolilab/semantic-release-preset [7.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@7.0.4...@anolilab/semantic-release-preset@7.0.5) (2023-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.7
|
|
13
|
+
|
|
14
|
+
## @anolilab/semantic-release-preset [7.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@7.0.3...@anolilab/semantic-release-preset@7.0.4) (2023-09-27)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* Update dependencies across multiple packages ([e884c4d](https://github.com/anolilab/javascript-style-guide/commit/e884c4d6e983b4db5f7d633537efe25abed64acf))
|
|
20
|
+
|
|
1
21
|
## @anolilab/semantic-release-preset [7.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@7.0.2...@anolilab/semantic-release-preset@7.0.3) (2023-09-26)
|
|
2
22
|
|
|
3
23
|
|
package/README.md
CHANGED
|
@@ -373,7 +373,7 @@ jobs:
|
|
|
373
373
|
|
|
374
374
|
</details>
|
|
375
375
|
|
|
376
|
-
To release multi package repositories, you need to install `@
|
|
376
|
+
To release multi package repositories, you need to install `@anolilab/multi-semantic-release` and `semantic-release`.
|
|
377
377
|
|
|
378
378
|
<details>
|
|
379
379
|
<summary>Multi package semantic-release example with pnpm</summary>
|
|
@@ -441,11 +441,11 @@ jobs:
|
|
|
441
441
|
env:
|
|
442
442
|
SKIP_CHECK: "true"
|
|
443
443
|
|
|
444
|
-
- name: "Build"
|
|
445
|
-
|
|
444
|
+
# - name: "Build"
|
|
445
|
+
# run: "pnpm run build:packages"
|
|
446
446
|
|
|
447
|
-
- name: "test and coverage"
|
|
448
|
-
|
|
447
|
+
# - name: "test and coverage"
|
|
448
|
+
# run: "pnpm run test:coverage"
|
|
449
449
|
|
|
450
450
|
semantic-release:
|
|
451
451
|
name: "Semantic Release"
|
|
@@ -484,8 +484,8 @@ jobs:
|
|
|
484
484
|
- name: "Install packages"
|
|
485
485
|
run: "pnpm install --frozen-lockfile"
|
|
486
486
|
|
|
487
|
-
- name: "Build Production"
|
|
488
|
-
|
|
487
|
+
# - name: "Build Production"
|
|
488
|
+
# run: "pnpm run build:prod:packages"
|
|
489
489
|
|
|
490
490
|
- name: "npm v8.5+ requires workspaces-update to be set to false"
|
|
491
491
|
run: "echo 'workspaces-update=false' >> .npmrc"
|
|
@@ -499,7 +499,7 @@ jobs:
|
|
|
499
499
|
GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
|
500
500
|
GIT_COMMITTER_NAME: "github-actions-shell"
|
|
501
501
|
GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
|
502
|
-
run: "pnpm multi-semantic-release"
|
|
502
|
+
run: "pnpm exec multi-semantic-release"
|
|
503
503
|
|
|
504
504
|
pnpm-lock-update:
|
|
505
505
|
name: "pnpm-lock.yaml update"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-preset",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.5",
|
|
4
4
|
"description": "Anolilab Coding Standard for semantic-release.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -70,21 +70,21 @@
|
|
|
70
70
|
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@anolilab/package-json-utils": "3.0.
|
|
73
|
+
"@anolilab/package-json-utils": "3.0.7",
|
|
74
74
|
"@semantic-release/changelog": "^6.0.3",
|
|
75
75
|
"@semantic-release/commit-analyzer": "10.0.4",
|
|
76
76
|
"@semantic-release/exec": "^6.0.3",
|
|
77
77
|
"@semantic-release/git": "^10.0.1",
|
|
78
|
-
"@semantic-release/github": "^9.
|
|
78
|
+
"@semantic-release/github": "^9.2.1",
|
|
79
79
|
"@semantic-release/npm": "^11.0.0",
|
|
80
80
|
"@semantic-release/release-notes-generator": "11.0.7",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "6.1.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"rimraf": "^5.0.
|
|
84
|
+
"rimraf": "^5.0.5",
|
|
85
85
|
"semantic-release": "^21.1.2",
|
|
86
86
|
"tsup": "^7.2.0",
|
|
87
|
-
"vitest": "^0.34.
|
|
87
|
+
"vitest": "^0.34.6"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"semantic-release": ">=21.0.0 < 22.*"
|