Skip to content

Commit

Permalink
Create .releaserc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds authored Dec 10, 2021
1 parent f2a278e commit 00d8075
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
- "@semantic-release/github"

0 comments on commit 00d8075

Please sign in to comment.