@webflorist/privacy-policy-vue
Version:
A GDPR compliant privacy policy component for Vue applications in german and english
18 lines (17 loc) • 343 B
JSON
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Release Notes"
}
],
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
}