Skip to content

Commit

Permalink
build: make semantic release purely an npx dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Aug 18, 2021
1 parent 1f32b54 commit e6fd767
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2,398 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:

release:
docker:
- image: circleci/node:10.15
- image: circleci/node:14.17
steps:
- checkout
- *step-restore-cache
- run: yarn
- run: npx semantic-release
- run: npx semantic-release@17.4.5
workflows:
version: 2
test_and_release:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"jest": "^24.8.0",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1",
"semantic-release": "^17.4.5",
"ts-jest": "^24.0.0",
"typedoc": "^0.17.2",
"typescript": "^3.8.0"
Expand Down
Loading

0 comments on commit e6fd767

Please sign in to comment.