File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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/" ) ) {
77}
88
99module . 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" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ The release script will not run without this token.
53531 . 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments