@anolilab/semantic-release-preset 2.0.4 → 2.0.7
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/.releaserc-with-npm.json +2 -2
- package/CHANGELOG.md +22 -0
- package/README.md +8 -7
- package/package.json +25 -9
package/.releaserc-with-npm.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @anolilab/semantic-release-preset [2.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@2.0.6...@anolilab/semantic-release-preset@2.0.7) (2022-07-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* changed semantic-release/npm to semrel-extra/npm ([3d3637d](https://github.com/anolilab/javascript-style-guide/commit/3d3637dd2a76f75d67c7f7b7f2597a1962396ee7))
|
|
7
|
+
|
|
8
|
+
## @anolilab/semantic-release-preset [2.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@2.0.5...@anolilab/semantic-release-preset@2.0.6) (2022-05-31)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update commitlint monorepo to v17 ([fabf85a](https://github.com/anolilab/javascript-style-guide/commit/fabf85a11e57e20a50b59e5013386af0f4362fe7))
|
|
14
|
+
* **deps:** update dependency conventional-changelog-conventionalcommits to v5 ([4460910](https://github.com/anolilab/javascript-style-guide/commit/44609107b00628a372e598365b5963e34ea4e31e))
|
|
15
|
+
|
|
16
|
+
### @anolilab/semantic-release-preset [2.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@2.0.4...@anolilab/semantic-release-preset@2.0.5) (2022-05-27)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* changed workflow of release to push the updated package.json to github ([9f5718c](https://github.com/anolilab/javascript-style-guide/commit/9f5718c403200921cfb3b7134491fc1b26617a1f))
|
|
22
|
+
|
|
1
23
|
### @anolilab/semantic-release-preset [2.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@2.0.3...@anolilab/semantic-release-preset@2.0.4) (2022-05-11)
|
|
2
24
|
|
|
3
25
|
|
package/README.md
CHANGED
|
@@ -98,30 +98,31 @@ File content:
|
|
|
98
98
|
"@semantic-release/changelog",
|
|
99
99
|
"@semantic-release/npm",
|
|
100
100
|
[
|
|
101
|
-
"@semantic-release/
|
|
101
|
+
"@semantic-release/git",
|
|
102
102
|
{
|
|
103
|
-
"
|
|
104
|
-
"failComment": false
|
|
103
|
+
"message": "chore(release): ${nextRelease.gitTag} [skip ci]\\n\\n${nextRelease.notes}"
|
|
105
104
|
}
|
|
106
105
|
],
|
|
107
106
|
[
|
|
108
|
-
"@semantic-release/
|
|
107
|
+
"@semantic-release/github",
|
|
109
108
|
{
|
|
110
|
-
"
|
|
109
|
+
"successComment": false,
|
|
110
|
+
"failComment": false
|
|
111
111
|
}
|
|
112
112
|
]
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
|
-
|
|
116
115
|
```
|
|
117
116
|
|
|
118
117
|
### Add [Commitizen](https://github.com/commitizen/cz-cli)
|
|
119
118
|
Add `cz` to your `package.json scripts`
|
|
120
119
|
|
|
121
120
|
```json
|
|
121
|
+
{
|
|
122
122
|
"scripts": {
|
|
123
123
|
"commit": "cz"
|
|
124
124
|
}
|
|
125
|
+
}
|
|
125
126
|
```
|
|
126
127
|
|
|
127
128
|
### Environment Variables Configuration
|
|
@@ -247,7 +248,7 @@ jobs:
|
|
|
247
248
|
GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
|
248
249
|
GIT_COMMITTER_NAME: "github-actions-shell"
|
|
249
250
|
GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
|
250
|
-
run: "yarn
|
|
251
|
+
run: "yarn semantic-release"
|
|
251
252
|
```
|
|
252
253
|
|
|
253
254
|
## Note on GitHub protected branches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-preset",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Anolilab Coding Standard for semantic-release.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -48,31 +48,47 @@
|
|
|
48
48
|
"postinstall": "node lib/postinstall.js"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@commitlint/cli": "^
|
|
52
|
-
"@commitlint/config-conventional": "^
|
|
53
|
-
"@commitlint/core": "^
|
|
51
|
+
"@commitlint/cli": "^17.0.3",
|
|
52
|
+
"@commitlint/config-conventional": "^17.0.3",
|
|
53
|
+
"@commitlint/core": "^17.0.3",
|
|
54
54
|
"@semantic-release/changelog": "^6.0.1",
|
|
55
55
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
56
56
|
"@semantic-release/exec": "^6.0.3",
|
|
57
57
|
"@semantic-release/git": "^10.0.1",
|
|
58
|
-
"@semantic-release/github": "^8.0.
|
|
59
|
-
"@semantic-release/npm": "^9.0.1",
|
|
58
|
+
"@semantic-release/github": "^8.0.5",
|
|
60
59
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
60
|
+
"@semrel-extra/npm": "^1.2.2",
|
|
61
61
|
"commitizen": "^4.2.4",
|
|
62
|
-
"conventional-changelog-conventionalcommits": "^
|
|
62
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
63
63
|
"cz-conventional-changelog": "^3.3.0",
|
|
64
64
|
"semantic-release-conventional-commits": "^3.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"semantic-release": "^19.0.
|
|
67
|
+
"semantic-release": "^19.0.3"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"semantic-release": "^19.0.
|
|
70
|
+
"semantic-release": "^19.0.3"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=16"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
|
+
},
|
|
78
|
+
"pnpm": {
|
|
79
|
+
"overrides": {
|
|
80
|
+
"glob-parent@<5.1.2": ">=5.1.2",
|
|
81
|
+
"minimist@<1.2.6": ">=1.2.6",
|
|
82
|
+
"chrono-node@<2.2.4": ">=2.2.4",
|
|
83
|
+
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
|
|
84
|
+
"trim@<0.0.3": ">=0.0.3",
|
|
85
|
+
"trim-newlines@<3.0.1": ">=3.0.1",
|
|
86
|
+
"moment@<2.29.2": ">=2.29.2",
|
|
87
|
+
"semver-regex@<3.1.4": ">=3.1.4",
|
|
88
|
+
"got@<11.8.5": ">=11.8.5",
|
|
89
|
+
"moment@>=2.18.0 <2.29.4": ">=2.29.4",
|
|
90
|
+
"ansi-regex@>=3.0.0 <3.0.1": ">=3.0.1",
|
|
91
|
+
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1"
|
|
92
|
+
}
|
|
77
93
|
}
|
|
78
94
|
}
|