README
Quandoo semantic-release
My semantic release configuration
🚀 Install
npm install --registry http://35.246.221.0:4873 @clempat/semantic-release semantic-release
🎮 Usage
Only versioning and release notes without publishing.
const createConfiguration = require('');
Versioning and release notes and publishing on docker (for apps/services)
npx semantic-release --extends @clempat/semantic-release/docker
Versioning and release notes and publishing on npm (packages)
npx semantic-release --extends @clempat/semantic-release/npm
Environments variables
Variables | Description |
---|---|
CHANGELOG_FILE |
File path of the changelog as in @semantic-release/changelog will fallback to default |