File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ if ( !blogURL || !blogURL.startsWith( "https://blog.jquery.com/" ) ) {
7
7
}
8
8
9
9
module . exports = {
10
+ preReleaseBase : 1 ,
10
11
hooks : {
11
12
"before:init" : "bash ./build/release/pre-release.sh" ,
12
13
"before:git:release" : "git add -f dist/ dist-module/ changelog.md" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ The release script will not run without this token.
53
53
1 . Create draft blog post on blog.jquery.com; save the link before publishing. The link is required to run the release.
54
54
55
55
- Highlight major changes and reason for release.
56
- - Add contributor list generated in the below release script.
57
56
- Add HTML from the `changelog.html` generated in the below release script.
58
57
- Use HTML from the `contributors.html` generated in the below release script in the "Thanks" section.
59
58
Original file line number Diff line number Diff line change 59
59
"prepare" : " husky" ,
60
60
"pretest" : " npm run qunit-fixture && npm run babel:tests && npm run npmcopy" ,
61
61
"qunit-fixture" : " node build/tasks/qunit-fixture.js" ,
62
- "release" : " release-it --preReleaseBase=1 " ,
62
+ "release" : " release-it" ,
63
63
"release:cdn" : " node build/release/cdn.js" ,
64
64
"release:changelog" : " node build/release/changelog.js" ,
65
65
"release:clean" : " rimraf tmp --glob changelog.{md,html} contributors.html" ,
You can’t perform that action at this time.
0 commit comments