semantic-release 23.0.4 → 23.0.6

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.
@@ -194,3 +194,7 @@
194
194
  - `verifyConditions`: Verify the presence of the `pub.dev` authentication and release configuration
195
195
  - `prepare`: Update the `pubspec.yaml` version
196
196
  - `publish`: Publish the package onto the `pub.dev` registry
197
+ - [semantic-release-hackage](https://github.com/stackbuilders/semantic-release-hackage)
198
+ - `verifyConditions`: Verify the environment variable `HACKAGE_TOKEN`
199
+ - `prepare`: Update the version of .cabal file and create the distribution package (.tar)
200
+ - `publish`: Publish the release candidate to the specified repository in Hackage
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",
4
+ "version": "23.0.6",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -27,11 +27,11 @@
27
27
  "Matt Travi <npm@travi.org> (https://matt.travi.org/)"
28
28
  ],
29
29
  "dependencies": {
30
- "@semantic-release/commit-analyzer": "^11.0.0",
30
+ "@semantic-release/commit-analyzer": "^12.0.0",
31
31
  "@semantic-release/error": "^4.0.0",
32
32
  "@semantic-release/github": "^10.0.0",
33
33
  "@semantic-release/npm": "^12.0.0",
34
- "@semantic-release/release-notes-generator": "^12.0.0",
34
+ "@semantic-release/release-notes-generator": "^13.0.0",
35
35
  "aggregate-error": "^5.0.0",
36
36
  "cosmiconfig": "^9.0.0",
37
37
  "debug": "^4.0.0",
@@ -79,7 +79,7 @@
79
79
  "sinon": "17.0.1",
80
80
  "stream-buffers": "3.0.2",
81
81
  "tempy": "3.1.0",
82
- "testdouble": "3.20.1"
82
+ "testdouble": "3.20.2"
83
83
  },
84
84
  "engines": {
85
85
  "node": ">=20.8.1"