File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed
packages/react-netlify-forms Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11name : release
22
33on :
4- pull_request :
5- branches :
6- - master
74 push :
85 branches :
96 - master
107
8+ permissions :
9+ contents : read # for checkout
10+
1111jobs :
1212 semantic-release :
1313 runs-on : ubuntu-22.04
14+ permissions :
15+ contents : write # to be able to publish a GitHub release
16+ issues : write # to be able to comment on released issues
17+ pull-requests : write # to be able to comment on released pull requests
1418 steps :
1519 - uses : actions/checkout@v4
1620
2529
2630 - name : Semantic Release
2731 uses : cycjimmy/semantic-release-action@v4
28- with :
29- extra_plugins : |
30- @semantic-release/git
31- semantic_version : 19
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 33 "@semantic-release/commit-analyzer",
44 "@semantic-release/release-notes-generator",
55 "@semantic-release/npm",
6- "@semantic-release/github",
7- "@semantic-release/git"
6+ "@semantic-release/github"
87 ]
98}
Original file line number Diff line number Diff line change 2424 "path" : " ./node_modules/cz-conventional-changelog"
2525 }
2626 },
27- "packageManager" : " bun@1.2.15" ,
28- "version" : " 2.0.0"
27+ "packageManager" : " bun@1.2.15"
2928}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-netlify-forms" ,
3- "version" : " 1.3.5 " ,
3+ "version" : " 2.0.0 " ,
44 "homepage" : " https://pyrax.github.io/react-netlify-forms" ,
55 "bugs" : {
66 "url" : " https://github.com/pyrax/react-netlify-forms/issues"
You can’t perform that action at this time.
0 commit comments