Skip to content

Commit

Permalink
feat: adding proper release
Browse files Browse the repository at this point in the history
feat: adding proper release

feat: adding proper release
  • Loading branch information
aechweeks committed Nov 26, 2024
1 parent 1faf9b5 commit 2817653
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
18 changes: 18 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
"@semantic-release/github",
"@semantic-release/git"
]
}
13 changes: 0 additions & 13 deletions .releaserc.yaml

This file was deleted.

0 comments on commit 2817653

Please sign in to comment.