META-INF.jreleaser.templates.announcers.teams.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
{
"@context": "https://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "0072C6",
"summary": "{{projectNameCapitalized}} {{projectVersion}}",
"sections": [
{
"activityTitle": "**🚀 {{projectNameCapitalized}} {{projectVersion}} Released**",
"activityText": "{{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}\n\n{{changelog}}"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy