File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 42
42
github-token : ${{ secrets.ACCESS_TOKEN }}
43
43
# Note: keep this inline script in sync with script/setup.js!
44
44
# Todo: it would be nice to not have two sources of truth...
45
+ # https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/145
45
46
script : |
46
47
github.request(
47
48
`PUT /repos/JoshuaKGoldberg/template-typescript-node-package/branches/main/protection`,
Original file line number Diff line number Diff line change 6
6
"release" : true ,
7
7
"releaseName" : " v${version}"
8
8
},
9
- "npm" : {
10
- "publish" : false
11
- },
12
9
"plugins" : {
13
10
"@release-it/conventional-changelog" : {
14
11
"header" : " # Changelog" ,
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ try {
199
199
200
200
// Note: keep this inline script in sync with .github/workflows/release.yml!
201
201
// Todo: it would be nice to not have two sources of truth...
202
+ // https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/145
202
203
await octokit . request (
203
204
`PUT /repos/${ owner } /${ repository } /branches/main/protection` ,
204
205
{
You can’t perform that action at this time.
0 commit comments