File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - main
77
88permissions :
9- contents : write
10- packages : write
11- issues : write
12- pull-requests : write
9+ contents : write # to be able to publish a GitHub release
10+ issues : write # to be able to comment on released issues
11+ pull-requests : write # to be able to comment on released pull requests
12+ id-token : write # to enable use of OIDC for npm provenance
1313
1414jobs :
1515 release :
Original file line number Diff line number Diff line change 1212 "tarballDir" : " dist"
1313 }
1414 ],
15- " @semantic-release/github" ,
1615 [
1716 " @semantic-release/git" ,
1817 {
Original file line number Diff line number Diff line change 3030 "license" : " MIT" ,
3131 "devDependencies" : {
3232 "@semantic-release/changelog" : " ^6.0.3" ,
33+ "@semantic-release/commit-analyzer" : " ^13.0.1" ,
3334 "@semantic-release/git" : " ^10.0.1" ,
35+ "@semantic-release/npm" : " ^12.0.2" ,
36+ "@semantic-release/release-notes-generator" : " ^14.1.0" ,
3437 "@types/node" : " ^20.11.20" ,
3538 "husky" : " ^9.1.7" ,
3639 "lint-staged" : " ^16.2.3" ,
4548 "type" : " git" ,
4649 "url" : " https://github.com/MagicAceDev/tailcomp.git"
4750 },
51+ "publishConfig" : {
52+ "registry" : " https://registry.npmjs.org/" ,
53+ "tag" : " latest"
54+ },
4855 "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4956}
Original file line number Diff line number Diff line change 345345 fs-extra "^11.0.0"
346346 lodash "^4.17.4"
347347
348- " @semantic-release/commit-analyzer@^13.0.0-beta.1 " :
348+ " @semantic-release/commit-analyzer@^13.0.0-beta.1" , "@semantic-release/commit-analyzer@^13.0.1" :
349349 version "13.0.1"
350350 resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-13.0.1.tgz#d84b599c3fef623ccc01f0cc2025eb56a57d8feb"
351351 integrity sha512-wdnBPHKkr9HhNhXOhZD5a2LNl91+hs8CC2vsAVYxtZH3y0dV3wKn+uZSN61rdJQZ8EGxzWB3inWocBHV9+u/CQ==
424424 semver "^7.1.2"
425425 tempy "^3.0.0"
426426
427- " @semantic-release/release-notes-generator@^14.0.0-beta.1 " :
427+ " @semantic-release/release-notes-generator@^14.0.0-beta.1" , "@semantic-release/release-notes-generator@^14.1.0" :
428428 version "14.1.0"
429429 resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-14.1.0.tgz#ac47bd214b48130e71578d9acefb1b1272854070"
430430 integrity sha512-CcyDRk7xq+ON/20YNR+1I/jP7BYKICr1uKd1HHpROSnnTdGqOTburi4jcRiTYz0cpfhxSloQO3cGhnoot7IEkA==
You can’t perform that action at this time.
0 commit comments