Skip to content

Commit

Permalink
ci(AZ-1391): update semantic-release config [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Apr 19, 2024
1 parent f589d16 commit 3d48a51
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
[
"semantic-release-slack-bot",
{
"packageName": "Azure TF module",
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
Expand All @@ -146,7 +145,14 @@
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":dancing-tofu: New :azure3: module ($repo_path) version out! *$npm_package_version* :dancing-tofu:"
"text": ":dancing-tofu: New :azure3: <$repo_url|module $package_name> *$npm_package_version* version out! :dancing-tofu:"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Module path: $repo_path"
}
},
{
Expand Down

0 comments on commit 3d48a51

Please sign in to comment.