react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
28 lines (27 loc) • 781 B
JavaScript
module.exports = {
template: {
commit: ({message, url, author, name}) => `- [${message}](${url}) - ${author ? `@${author}` : name}`,
issue: "- {{name}} [{{text}}]({{url}}) by [{{user_login}}](https://github.com/{{user_login}})",
label: "[**{{label}}**]",
noLabel: "closed",
group: "\n#### {{heading}}\n",
changelogTitle: "# Changelog\n\n",
release: "## {{release}} ({{date}})\n{{body}}",
releaseSeparator: "\n---\n\n"
},
groupBy: {
"Enhancements:": ["type: enhancement", "Infrastructure"],
"Bug Fixes:": ["type: accepted/bug"]
},
ignoreIssuesWith: [
"skip-changelog"
],
ignoreTagsWith: [
"snapshot"
],
dataSource: "prs",
changelogFilename: "CHANGELOG.gren.md",
tags: "all",
override: true,
generate: true
}