Skip to content

Commit

Permalink
fix: make semantic-release work again
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 12, 2023
1 parent 06133db commit 7ab7a4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ jobs:
- name: Build
run: |
npm run build
- name: Install plugins
run: |
npm install \
@semantic-release/commit-analyzer \
conventional-changelog-conventionalcommits \
@semantic-release/release-notes-generator \
@semantic-release/npm \
@semantic-release/github \
@semantic-release/git \
@semantic-release/changelog \
--no-progress --no-package-lock --no-save
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,30 @@
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/cborg.git"
"url": "git@github.com:rvagg/cborg.git"
},
"keywords": [
"cbor"
],
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
"license": "Apache-2.0",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.5",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.7",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"c8": "^8.0.1",
"chai": "^4.3.8",
"conventional-changelog-conventionalcommits": "^6.1.0",
"ipld-garbage": "^5.0.0",
"mocha": "^10.2.0",
"polendina": "^3.2.1",
"semantic-release": "^21.1.1",
"standard": "^17.1.0",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 7ab7a4e

Please sign in to comment.