Skip to content

Commit

Permalink
chore: add configuration file for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Salas committed Jan 13, 2021
1 parent e886591 commit 2f81f45
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
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- - "@semantic-release/github"
- assets: []

0 comments on commit 2f81f45

Please sign in to comment.