tether
Version:
A client-side library to make absolutely positioned elements attach to elements in the page efficiently.
24 lines (23 loc) • 398 B
JavaScript
module.exports = {
hooks: {
'after:bump': 'yarn build'
},
plugins: {
'release-it-lerna-changelog': {
infile: 'CHANGELOG.md',
launchEditor: true
}
},
git: {
tagName: 'v${version}'
},
github: {
release: true,
tokenRef: 'GITHUB_AUTH',
assets: ['dist/**/*.css', 'dist/**/*.js', 'dist/**/*.map']
},
npm: {
publish: true
}
};
;