Skip to content

Commit a865212

Browse files
authored
Release: publish tmp/release/dist folder when releasing
Also update AUTHORS.txt in preparation for rc.1. Fixes gh-5658 Closes gh-5681
1 parent ec9a387 commit a865212

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.release-it.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = {
3434
tokenRef: "JQUERY_GITHUB_TOKEN"
3535
},
3636
npm: {
37-
publish: true
37+
publish: true,
38+
publishPath: "tmp/release/dist"
3839
}
3940
};

AUTHORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,5 @@ Gabriela Gutierrez <[email protected]>
373373
Dimitri Papadopoulos Orfanos <[email protected]>
374374
375375
Liam James <[email protected]>
376+
377+
neogy-akash <[email protected]>

0 commit comments

Comments
 (0)