File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4242 github-token : ${{ secrets.ACCESS_TOKEN }}
4343 # Note: keep this inline script in sync with script/setup.js!
4444 # Todo: it would be nice to not have two sources of truth...
45+ # https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/145
4546 script : |
4647 github.request(
4748 `PUT /repos/JoshuaKGoldberg/template-typescript-node-package/branches/main/protection`,
Original file line number Diff line number Diff line change 66 "release" : true ,
77 "releaseName" : " v${version}"
88 },
9- "npm" : {
10- "publish" : false
11- },
129 "plugins" : {
1310 "@release-it/conventional-changelog" : {
1411 "header" : " # Changelog" ,
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ try {
199199
200200 // Note: keep this inline script in sync with .github/workflows/release.yml!
201201 // Todo: it would be nice to not have two sources of truth...
202+ // https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/145
202203 await octokit . request (
203204 `PUT /repos/${ owner } /${ repository } /branches/main/protection` ,
204205 {
You can’t perform that action at this time.
0 commit comments