mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 11:51:37 +02:00
committed by
GitHub
parent
e6d565feb2
commit
264b85cc6b
16
dist/index.js
vendored
16
dist/index.js
vendored
@@ -24768,10 +24768,10 @@ module.exports = function (config) {
|
||||
})
|
||||
|
||||
return Q.all([
|
||||
readFile(__nccwpck_require__.ab + "template.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "header.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "commit.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "footer.hbs", 'utf-8')
|
||||
readFile(__nccwpck_require__.ab + "template1.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "header1.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "commit1.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "footer1.hbs", 'utf-8')
|
||||
])
|
||||
.spread((template, header, commit, footer) => {
|
||||
const writerOpts = getWriterOpts(config)
|
||||
@@ -24990,10 +24990,10 @@ function conventionalChangelogWriterInit (context, options) {
|
||||
includeDetails: false,
|
||||
ignoreReverted: true,
|
||||
doFlush: true,
|
||||
mainTemplate: readFileSync(__nccwpck_require__.ab + "template1.hbs", 'utf-8'),
|
||||
headerPartial: readFileSync(__nccwpck_require__.ab + "header1.hbs", 'utf-8'),
|
||||
commitPartial: readFileSync(__nccwpck_require__.ab + "commit1.hbs", 'utf-8'),
|
||||
footerPartial: readFileSync(__nccwpck_require__.ab + "footer1.hbs", 'utf-8')
|
||||
mainTemplate: readFileSync(__nccwpck_require__.ab + "template.hbs", 'utf-8'),
|
||||
headerPartial: readFileSync(__nccwpck_require__.ab + "header.hbs", 'utf-8'),
|
||||
commitPartial: readFileSync(__nccwpck_require__.ab + "commit.hbs", 'utf-8'),
|
||||
footerPartial: readFileSync(__nccwpck_require__.ab + "footer.hbs", 'utf-8')
|
||||
}, options)
|
||||
|
||||
if ((!_.isFunction(options.transform) && _.isObject(options.transform)) || _.isUndefined(options.transform)) {
|
||||
|
||||
Reference in New Issue
Block a user