Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
ci: update semantic release configuration to include changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BerniWittmann committed Mar 20, 2021
1 parent 5757f94 commit d9c82cd
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 211 deletions.
22 changes: 22 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"repositoryUrl": "[email protected]:InOG-projects/IRIS-library-js.git",
"branches": "main",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-relase/npm",
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
7 changes: 0 additions & 7 deletions .releaserc.yml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.0",
Expand Down
Loading

0 comments on commit d9c82cd

Please sign in to comment.