@ivuorinen/semantic-release-config
Version:
ivuorinen's shareable configuration for semantic-release.
20 lines (18 loc) • 522 B
JavaScript
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
{
changelogTitle:
'# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.'
}
],
'@semantic-release/npm',
'@semantic-release/github',
'@semantic-release/git'
],
preset: 'angular'
}