Skip to content

Commit

Permalink
Merge pull request #39 from Sitlintac/add-sem-rel-config
Browse files Browse the repository at this point in the history
fix: add config for semantic-release
  • Loading branch information
Sitlintac authored Feb 5, 2024
2 parents 3d9f63c + 785aa95 commit 7a97759
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/github"
- - "@semantic-release/changelog"
- changelogFile: docs/CHANGELOG.md
- "@semantic-release/npm"
- - "@semantic-release/git"
- assets: ["docs", "package.json"]
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
preset: conventionalcommits
branches:
- main

0 comments on commit 7a97759

Please sign in to comment.