Skip to content

Commit

Permalink
➕ Add semantic release dependencies, rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Mar 19, 2020
1 parent 3f53519 commit 15a9985
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/nodejs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Release
name: Node CI
on:
push:
branches:
- master
jobs:
release:
name: Release
name: Build, test, and release
runs-on: ubuntu-18.04
steps:
- name: Checkout
Expand Down
204 changes: 204 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@
"homepage": "https://anandchowdhary.github.ui/node.ts/",
"dependencies": {},
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.2",
"coveralls": "^3.0.9",
"jest": "^25.1.0",
"semantic-release": "^17.0.4",
"semantic-release-gitmoji": "^1.3.3",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
},
Expand Down

0 comments on commit 15a9985

Please sign in to comment.