Skip to content

Commit

Permalink
fix: semantic-release/github
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian7843 committed Sep 7, 2021
1 parent b3b1171 commit 86d9ca8
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 155 deletions.
12 changes: 12 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github"
]
]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"yargs": "^17.1.1"
},
"devDependencies": {
"@semantic-release/github": "^7.2.3",
"@types/node": "^16.7.10",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.30.0",
Expand All @@ -46,7 +47,7 @@
"eslint-plugin-prettier": "^4.0.0",
"pre-commit": "^1.2.2",
"prettier": "^2.3.2",
"typescript": "^4.4.2",
"semantic-release": "^17.4.7"
"semantic-release": "^17.4.7",
"typescript": "^4.4.2"
}
}
Loading

0 comments on commit 86d9ca8

Please sign in to comment.