1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
css/release.config.js

5 lines
82 B
JavaScript
Raw Normal View History

2019-10-26 02:34:57 +03:00
module.exports = {
dryRun: true,
plugins: ['./lib/semantic-release-plugin']
}