Skip to content

Commit

Permalink
Fix: .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
awibox committed Jun 24, 2022
1 parent 54cb818 commit dbb6538
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"branches": "master",
"repositoryUrl": "https://github.com/awibox/combo-storage",
"debug": "true",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "yarn.lock", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
Empty file added CHANGELOG.md
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"fix": "eslint --fix --report-unused-disable-directives src",
"test": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"setup": "cp ./.github/hooks/pre-commit ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit"
"setup": "cp ./.github/hooks/pre-commit ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dbb6538

Please sign in to comment.