UNPKG

@felix_berlin/sass-butler

Version:

A collection of useful SCSS/SASS: mixins, functions and helpers.

25 lines 1 kB
{ "release": { "branches": ["master"] }, "tagFormat": "v${version}", "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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines." } ], "@semantic-release/npm", ["@semantic-release/git", { "assets": ["CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json"], "message": "chore(release): publish version ${nextRelease.version}" }], ["@semantic-release/github", { "message": "Release <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %>" }] ], "dryRun": false }