Skip to content

Commit

Permalink
Merge pull request #3 from lifeomic/fix-semantic-release
Browse files Browse the repository at this point in the history
chore: install semantic-release
  • Loading branch information
swain authored Oct 20, 2021
2 parents a84d73e + 6ca9c00 commit bc66c54
Show file tree
Hide file tree
Showing 3 changed files with 2,812 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
run: |
npx semantic-release
yarn semantic-release
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
"@lifeomic/typescript-config": "^1.0.1",
"@types/eslint": "^7.28.1",
"@types/jest": "^27.0.2",
"conventional-changelog-conventionalcommits": "^4.6.1",
"eslint": "^7.32.0",
"glob": "^7.2.0",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"prettier": "^2.4.1",
"semantic-release": "^17.4.7",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
Expand Down
Loading

0 comments on commit bc66c54

Please sign in to comment.