yaba-release-cli
Version:
Yaba is a simple CLI tool that helps you manage releases of your Github projects.
33 lines (31 loc) • 578 B
JSON
{
"text": ":loudspeaker: {releaseName} for {repo}",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": ":loudspeaker: {releaseName} for {repo}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "{newsletterBody}"
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "<{releaseUrl}|Release Notes> | <{compareUrl}|Compare Changes>"
}
]
}
]
}