release-it 18.1.0 → 18.1.2
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/lib/plugin/GitRelease.js +2 -1
- package/lib/plugin/github/GitHub.js +2 -0
- package/package.json +10 -10
package/lib/plugin/GitRelease.js
CHANGED
|
@@ -456,6 +456,8 @@ class GitHub extends Release {
|
|
|
456
456
|
const { commit: template, excludeMatches = [] } = releaseNotes;
|
|
457
457
|
const commits = await this.getCommits();
|
|
458
458
|
|
|
459
|
+
if (this.options.commit) commits.pop();
|
|
460
|
+
|
|
459
461
|
return commits
|
|
460
462
|
.map(commit => {
|
|
461
463
|
commit.commit.subject = commit.commit.message.split('\n')[0];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "release-it",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.2",
|
|
4
4
|
"description": "Generic CLI tool to automate versioning and package publishing-related tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"build",
|
|
@@ -98,29 +98,29 @@
|
|
|
98
98
|
"proxy-agent": "6.5.0",
|
|
99
99
|
"semver": "7.6.3",
|
|
100
100
|
"shelljs": "0.8.5",
|
|
101
|
-
"undici": "6.21.
|
|
101
|
+
"undici": "6.21.1",
|
|
102
102
|
"update-notifier": "7.3.1",
|
|
103
103
|
"url-join": "5.0.0",
|
|
104
104
|
"wildcard-match": "5.1.4",
|
|
105
105
|
"yargs-parser": "21.1.1"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@eslint/compat": "1.2.
|
|
108
|
+
"@eslint/compat": "1.2.5",
|
|
109
109
|
"@eslint/eslintrc": "3.2.0",
|
|
110
|
-
"@eslint/js": "9.
|
|
110
|
+
"@eslint/js": "9.18.0",
|
|
111
111
|
"@octokit/request-error": "6.1.6",
|
|
112
112
|
"@types/node": "20.17.11",
|
|
113
113
|
"ava": "6.2.0",
|
|
114
|
-
"eslint": "9.
|
|
115
|
-
"eslint-config-prettier": "
|
|
114
|
+
"eslint": "9.18.0",
|
|
115
|
+
"eslint-config-prettier": "10.0.1",
|
|
116
116
|
"eslint-plugin-ava": "15.0.1",
|
|
117
117
|
"eslint-plugin-import-x": "4.6.1",
|
|
118
|
-
"eslint-plugin-prettier": "5.2.
|
|
118
|
+
"eslint-plugin-prettier": "5.2.3",
|
|
119
119
|
"fs-monkey": "1.0.6",
|
|
120
120
|
"globals": "15.14.0",
|
|
121
121
|
"installed-check": "9.3.0",
|
|
122
|
-
"knip": "5.
|
|
123
|
-
"memfs": "4.
|
|
122
|
+
"knip": "5.43.1",
|
|
123
|
+
"memfs": "4.17.0",
|
|
124
124
|
"mock-stdio": "1.0.3",
|
|
125
125
|
"nock": "14.0.0-beta.8",
|
|
126
126
|
"prettier": "3.4.2",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"remark-preset-webpro": "1.1.1",
|
|
129
129
|
"sinon": "19.0.2",
|
|
130
130
|
"strip-ansi": "7.1.0",
|
|
131
|
-
"typescript": "5.7.
|
|
131
|
+
"typescript": "5.7.3"
|
|
132
132
|
},
|
|
133
133
|
"overrides": {
|
|
134
134
|
"pac-resolver": "7.0.1",
|