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 1
1
name : release
2
2
3
3
on :
4
- pull_request :
5
- branches :
6
- - master
7
4
push :
8
5
branches :
9
6
- master
10
7
8
+ permissions :
9
+ contents : read # for checkout
10
+
11
11
jobs :
12
12
semantic-release :
13
13
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
14
18
steps :
15
19
- uses : actions/checkout@v4
16
20
25
29
26
30
- name : Semantic Release
27
31
uses : cycjimmy/semantic-release-action@v4
28
- with :
29
- extra_plugins : |
30
- @semantic-release/git
31
- semantic_version : 19
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 3
3
"@semantic-release/commit-analyzer",
4
4
"@semantic-release/release-notes-generator",
5
5
"@semantic-release/npm",
6
- "@semantic-release/github",
7
- "@semantic-release/git"
6
+ "@semantic-release/github"
8
7
]
9
8
}
Original file line number Diff line number Diff line change 24
24
"path" : " ./node_modules/cz-conventional-changelog"
25
25
}
26
26
},
27
- "packageManager" :
" [email protected] " ,
28
- "version" : " 2.0.0"
27
+ "packageManager" :
" [email protected] "
29
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-netlify-forms" ,
3
- "version" : " 1.3.5 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"homepage" : " https://pyrax.github.io/react-netlify-forms" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/pyrax/react-netlify-forms/issues"
You can’t perform that action at this time.
0 commit comments