Skip to content

Commit 56d2bba

Browse files
Copilotnomeguy
andcommitted
Fix semantic-release configuration - add repositoryUrl and configure github plugin
Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
1 parent 6d3fc9b commit 56d2bba

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"branches": ["master"],
3+
"repositoryUrl": "https://github.com/jcasbin/jcasbin-rabbitmq-watcher",
34
"plugins": [
45
"@semantic-release/commit-analyzer",
56
"@semantic-release/release-notes-generator",
67
"@conveyal/maven-semantic-release",
7-
"@semantic-release/github"
8+
[
9+
"@semantic-release/github",
10+
{
11+
"assets": []
12+
}
13+
]
814
]
915
}

0 commit comments

Comments
 (0)