Skip to content

Commit

Permalink
build: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed May 15, 2023
1 parent 3a2949e commit 160377f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bazel-*
# IntelliJ IDEA files
.idea/
*.iml
node_modules
9 changes: 9 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/git",
"@semantic-release/github"
]
}

0 comments on commit 160377f

Please sign in to comment.