Skip to content

Commit b932a6c

Browse files
committed
build: provide a way to release
1 parent 4f9a6e9 commit b932a6c

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ php/composer.lock
4545
pkg/
4646

4747
rust/bazel-*
48+
rust/node_modules

.releaserc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"branches": ["master"],
3+
"extends": "semantic-release-monorepo",
4+
"plugins": [
5+
"@semantic-release/commit-analyzer",
6+
"@semantic-release/release-notes-generator",
7+
"@semantic-release/git",
8+
"@semantic-release/github"
9+
]
10+
}

0 commit comments

Comments
 (0)