UNPKG

rest-envelop

Version:

Wrapper for working with REST API using well-known axios and node-fetch modules

32 lines (31 loc) 594 B
module.exports = { branches: ['main'], plugins: [ [ '@semantic-release/changelog', { changelogFile: 'CHANGELOG.md', }, ], '@semantic-release/npm', [ '@semantic-release/git', { assets: ['CHANGELOG.md', 'package.json'], message: 'chore(release): ${nextRelease.version} [skip ci]', }, ], [ '@semantic-release/github', { assets: [ { path: 'dist/*.js', label: 'Distribution Files', }, ], }, ], ], tagFormat: '${version}', };