No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
1 changed files with
1 additions and
1 deletions
-
.releaserc.js
|
|
@ -1,7 +1,7 @@ |
|
|
const { readFileSync } = require('fs'); |
|
|
const { readFileSync } = require('fs'); |
|
|
const path = require('path'); |
|
|
const path = require('path'); |
|
|
|
|
|
|
|
|
const releaseTemplate = readFileSync(path.join('.github', 'release-template.hbs')); |
|
|
|
|
|
|
|
|
const releaseTemplate = readFileSync(path.join('.', '.github', 'release-template.hbs')); |
|
|
|
|
|
|
|
|
module.exports = { |
|
|
module.exports = { |
|
|
plugins: [ |
|
|
plugins: [ |
|
|
|