Skip to content

Commit 5a7c6a5

Browse files
committed
chore(CI): remove semantic-release commits
1 parent 612df0c commit 5a7c6a5

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
name: release
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
74
push:
85
branches:
96
- master
107

8+
permissions:
9+
contents: read # for checkout
10+
1111
jobs:
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

@@ -25,10 +29,6 @@ jobs:
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 }}

.releaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@
2424
"path": "./node_modules/cz-conventional-changelog"
2525
}
2626
},
27-
"packageManager": "[email protected]",
28-
"version": "2.0.0"
27+
"packageManager": "[email protected]"
2928
}

packages/react-netlify-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)