Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fa8df5

Browse files
authored
Release: set preReleaseBase in config file
release-it/release-it#1128 (comment)Closesgh-5518
1 parent5518b2d commit1fa8df5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

‎.release-it.cjs

Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp