Skip to content

Commit

Permalink
chore: fix dangling comma and accident quote in .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld authored Jan 18, 2023
1 parent 2aa3b68 commit c0cd167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"failComment": false,
"labels": ["R-failing"],
"releasedLabels": ["R-released"],
"successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version [${nextRelease.version}](https://github.com/norskeld/sigma/releases/tag/v${nextRelease.version}).",
"
"successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version [${nextRelease.version}](https://github.com/norskeld/sigma/releases/tag/v${nextRelease.version})."
}
]
]
Expand Down

0 comments on commit c0cd167

Please sign in to comment.