UNPKG

@camunda8/sdk

Version:

[![NPM](https://nodei.co/npm/@camunda8/sdk.png)](https://www.npmjs.com/package/@camunda8/sdk)

44 lines (42 loc) 801 B
// eslint-disable-next-line no-undef module.exports = { branches: ['main'], repositoryUrl: 'https://github.com/camunda/camunda-8-js-sdk.git', plugins: [ [ '@semantic-release/commit-analyzer', { releaseRules: [ { type: 'feat', release: 'patch', }, { type: 'fix', release: 'patch', }, { type: 'release', release: 'patch', }, { type: 'minor', release: 'minor', }, ], }, ], '@semantic-release/release-notes-generator', '@semantic-release/changelog', ['@semantic-release/npm', {}], [ '@semantic-release/git', { assets: ['package.json'], message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}', }, ], '@semantic-release/git', ], }