UNPKG

vue-slick-carousel

Version:

Vue Slick Carousel with True SSR Written for Faster Luxstay

17 lines (16 loc) 321 B
module.exports = { tagFormat: '${version}', plugins: [ [ 'semantic-release-gitmoji', { releaseRules: { major: [':boom:'], minor: [':sparkles:'], patch: [':bug:', ':ambulance:', ':lock:', ':zap:'], }, }, ], '@semantic-release/github', ], }