Skip to content

Commit

Permalink
ci: move semrel plugins to action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 30, 2021
1 parent 328515f commit a84ce8f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 3,040 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/changelog@6
@semantic-release/git@10
@semantic-release/github@8,
@semantic-release/npm@8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@
"sort-object-keys": "^1.1.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.1",
"@semantic-release/npm": "^8.0.2",
"nyc": "15.1.0",
"semantic-release": "^18.0.0",
"sinon": "^9.2.4",
"standard": "^16.0.4",
"tape": "^5.3.1",
Expand Down
Loading

0 comments on commit a84ce8f

Please sign in to comment.