Skip to content

Commit

Permalink
release: beautify slack release notes (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias authored Dec 14, 2022
1 parent 570e511 commit e259570
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions connect/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions iris/client/scala-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions iris/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions mercury/mercury-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions mercury/mercury-mediator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions pollux/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions prism-agent/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions prism-node/client/scala-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down
1 change: 1 addition & 0 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
}
Expand Down

0 comments on commit e259570

Please sign in to comment.