mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 20:11:35 +02:00
committed by
GitHub
parent
48f987371f
commit
1c7728c18b
16
dist/index.js
vendored
16
dist/index.js
vendored
@@ -25192,10 +25192,10 @@ module.exports = async (config) => {
|
||||
commit,
|
||||
footer
|
||||
] = await Promise.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')
|
||||
])
|
||||
const writerOpts = getWriterOpts(config)
|
||||
|
||||
@@ -25409,10 +25409,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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user