Skip to content

Commit

Permalink
Merge pull request #2 from michaelpeterswa/rework
Browse files Browse the repository at this point in the history
fix: add releaserc
  • Loading branch information
michaelpeterswa authored Feb 24, 2023
2 parents 5e1ace4 + 20a05bf commit 9f1a6a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
branches:
- master
- main
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- - "@semantic-release/github"

0 comments on commit 9f1a6a0

Please sign in to comment.