yaba-release-cli
Version:
Yaba is a simple CLI tool that helps you manage releases of your Github projects.
39 lines (36 loc) • 706 B
JSON
{
"text": ":loudspeaker: Release Notes - {repo}",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": ":loudspeaker: Release Notes - {repo}"
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<!here> new version will be deployed for `{repo}` soon! :rocket:"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "```{changelog}```"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Visit release page: <{releaseUrl}|{releaseName}>"
}
}
]
}