Skip to content

Commit

Permalink
feat(msr): configure success comment for github plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 21, 2022
1 parent 170262c commit 33f25cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion projects/auth-js/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"pkgRoot": "../../dist/auth-js"
}
],
"@semantic-release/github"
[
"@semantic-release/github",
{
"successComment": ":tada: Released in [${nextRelease.gitTag}](https://github.com/Badisi/auth-js/releases/tag/${nextRelease.gitTag}) :package::rocket:"
}
]
]
}
7 changes: 6 additions & 1 deletion projects/ngx-auth/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"pkgRoot": "../../dist/ngx-auth"
}
],
"@semantic-release/github"
[
"@semantic-release/github",
{
"successComment": ":tada: Released in [${nextRelease.gitTag}](https://github.com/Badisi/auth-js/releases/tag/${nextRelease.gitTag}) :package::rocket:"
}
]
]
}

0 comments on commit 33f25cc

Please sign in to comment.