Skip to content

Commit 1fa8df5

Browse files
authored
Release: set preReleaseBase in config file
release-it/release-it#1128 (comment) Closes gh-5518
1 parent 5518b2d commit 1fa8df5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.release-it.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if ( !blogURL || !blogURL.startsWith( "https://blog.jquery.com/" ) ) {
77
}
88

99
module.exports = {
10+
preReleaseBase: 1,
1011
hooks: {
1112
"before:init": "bash ./build/release/pre-release.sh",
1213
"before:git:release": "git add -f dist/ dist-module/ changelog.md",

build/release/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The release script will not run without this token.
5353
1. Create draft blog post on blog.jquery.com; save the link before publishing. The link is required to run the release.
5454

5555
- Highlight major changes and reason for release.
56-
- Add contributor list generated in the below release script.
5756
- Add HTML from the `changelog.html` generated in the below release script.
5857
- Use HTML from the `contributors.html` generated in the below release script in the "Thanks" section.
5958

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prepare": "husky",
6060
"pretest": "npm run qunit-fixture && npm run babel:tests && npm run npmcopy",
6161
"qunit-fixture": "node build/tasks/qunit-fixture.js",
62-
"release": "release-it --preReleaseBase=1",
62+
"release": "release-it",
6363
"release:cdn": "node build/release/cdn.js",
6464
"release:changelog": "node build/release/changelog.js",
6565
"release:clean": "rimraf tmp --glob changelog.{md,html} contributors.html",

0 commit comments

Comments
 (0)