semantic-release 23.0.6 → 23.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.
|
@@ -198,3 +198,7 @@
|
|
|
198
198
|
- `verifyConditions`: Verify the environment variable `HACKAGE_TOKEN`
|
|
199
199
|
- `prepare`: Update the version of .cabal file and create the distribution package (.tar)
|
|
200
200
|
- `publish`: Publish the release candidate to the specified repository in Hackage
|
|
201
|
+
- [semantic-release-pull-request-analyzer](https://github.com/bobvanderlinden/semantic-release-pull-request-analyzer)
|
|
202
|
+
- `verifyConditions` Verify configuration options and existance of GitHub token.
|
|
203
|
+
- `analyzeCommits` Determine the type of release by analyzing merged GitHub pull requests and their labels.
|
|
204
|
+
- `generateNotes` Generates release notes using [GitHub release notes generator](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-release",
|
|
3
3
|
"description": "Automated semver compliant package publishing",
|
|
4
|
-
"version": "23.0.
|
|
4
|
+
"version": "23.0.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
7
7
|
"ava": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"env-ci": "^11.0.0",
|
|
39
39
|
"execa": "^8.0.0",
|
|
40
40
|
"figures": "^6.0.0",
|
|
41
|
-
"find-versions": "^
|
|
41
|
+
"find-versions": "^6.0.0",
|
|
42
42
|
"get-stream": "^6.0.0",
|
|
43
43
|
"git-log-parser": "^1.2.0",
|
|
44
44
|
"hook-std": "^3.0.0",
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"github>semantic-release/.github:renovate-config"
|
|
163
163
|
]
|
|
164
164
|
},
|
|
165
|
-
"packageManager": "npm@10.5.
|
|
165
|
+
"packageManager": "npm@10.5.1"
|
|
166
166
|
}
|