pub const TEMPLATE_RELEASE_STD: &str = "# Release notes - {{this.version}}\n \n{{this.date}}\n\n{{this.url}}\n\n{{#each this.sections}}\n## {{this.label}}\n\n{{#each this.items}}\n- {{this}}\n{{/each}}\n\n{{/each}}";Expand description
Base release template