Skip to content

Commit

Permalink
release: add release notes to slack notifications (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias committed Dec 9, 2022
1 parent bb22d58 commit 8cadd0a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion castor/lib/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion connect/lib/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion iris/client/scala-client/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion iris/service/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion mercury/mercury-library/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion mercury/mercury-mediator/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion pollux/lib/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion prism-agent/service/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion prism-node/client/scala-client/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Expand Up @@ -57,7 +57,7 @@
"notifyOnSuccess": true,
"notifyOnFail": 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"
"text": "A new version of Atala PRISM `$package_name` successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\nRelease notes:\n\n${nextRelease.notes}"
}
}
]
Expand Down

0 comments on commit 8cadd0a

Please sign in to comment.