mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 12:41:36 +02:00
chore: build dist release-please-action (#357)
This commit is contained in:
committed by
GitHub
parent
3367dd132f
commit
5c245ae70b
16
dist/index.js
vendored
16
dist/index.js
vendored
@@ -14720,10 +14720,10 @@ module.exports = function (config) {
|
||||
})
|
||||
|
||||
return Q.all([
|
||||
readFile(__nccwpck_require__.ab + "template2.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "header2.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "commit2.hbs", 'utf-8'),
|
||||
readFile(__nccwpck_require__.ab + "footer1.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 + "footer.hbs", 'utf-8')
|
||||
])
|
||||
.spread((template, header, commit, footer) => {
|
||||
const writerOpts = getWriterOpts(config)
|
||||
@@ -14942,10 +14942,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 + "footer.hbs", 'utf-8')
|
||||
mainTemplate: readFileSync(__nccwpck_require__.ab + "template2.hbs", 'utf-8'),
|
||||
headerPartial: readFileSync(__nccwpck_require__.ab + "header2.hbs", 'utf-8'),
|
||||
commitPartial: readFileSync(__nccwpck_require__.ab + "commit2.hbs", 'utf-8'),
|
||||
footerPartial: readFileSync(__nccwpck_require__.ab + "footer1.hbs", 'utf-8')
|
||||
}, options)
|
||||
|
||||
if ((!_.isFunction(options.transform) && _.isObject(options.transform)) || _.isUndefined(options.transform)) {
|
||||
|
||||
Reference in New Issue
Block a user