Skip to content

Commit 4b29873

Browse files
authored
Merge pull request #171 from rees46/refactor/workflow
refactor(common): releaserc
2 parents df89c83 + 9e83c0b commit 4b29873

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/auto-merge-sync-pr.yml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto Merge Release PRs
1+
name: Auto Merge Sync PRs
22

33
on:
44
pull_request:

.releaserc.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
[
55
"@semantic-release/commit-analyzer",
66
"@semantic-release/release-notes-generator",
7-
["@semantic-release/github", { "assets": "source.tgz" }],
7+
[
8+
"@semantic-release/github",
9+
{
10+
"assets": "source.tgz",
11+
"successComment": false,
12+
"releasedLabels": false,
13+
},
14+
],
815
[
916
"@semantic-release/git",
1017
{

0 commit comments

Comments
 (0)