File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,12 @@ async function run(): Promise<void> {
8989- ${ githubDotEnv }
9090
9191A token can be created at:
92- - https://github.com/settings/tokens/new?scopes=repo
92+ - https://github.com/settings/personal-access-tokens/new
93+
94+ The token must have:
95+ - Repository Access
96+ - Contents - read and write (for creating release)
97+ - Metadata - read-only (required by Contents)
9398`
9499 ) ;
95100
@@ -100,7 +105,7 @@ A token can be created at:
100105 loggedCommand ( "pnpm typecheck" ) ;
101106 loggedCommand ( "pnpm test" ) ;
102107 loggedCommand ( "pnpm rimraf dist" ) ;
103- loggedCommand ( "pnpm rollup -c rollup.config.js " ) ;
108+ loggedCommand ( "pnpm rollup -c rollup.config.mjs " ) ;
104109 loggedCommand ( "pnpm tsc -p tsconfig.typedefs.json" ) ;
105110 loggedCommand ( `pnpm standard-version${ type } ${ prerelease } ` ) ;
106111
You can’t perform that action at this time.
0 commit comments