mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 14:41:38 +02:00
committed by
GitHub
parent
1a4217fc5a
commit
31d4a5caaf
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -120,6 +120,7 @@ async function manifestInstance (github) {
|
|||||||
const path = core.getInput('path') || undefined
|
const path = core.getInput('path') || undefined
|
||||||
const releaseType = core.getInput('release-type', { required: true })
|
const releaseType = core.getInput('release-type', { required: true })
|
||||||
const changelogPath = core.getInput('changelog-path') || undefined
|
const changelogPath = core.getInput('changelog-path') || undefined
|
||||||
|
const changelogHost = core.getInput('changelog-host') || undefined
|
||||||
const changelogTypes = core.getInput('changelog-types') || undefined
|
const changelogTypes = core.getInput('changelog-types') || undefined
|
||||||
const changelogSections = changelogTypes && JSON.parse(changelogTypes)
|
const changelogSections = changelogTypes && JSON.parse(changelogTypes)
|
||||||
const versionFile = core.getInput('version-file') || undefined
|
const versionFile = core.getInput('version-file') || undefined
|
||||||
@@ -136,6 +137,7 @@ async function manifestInstance (github) {
|
|||||||
packageName,
|
packageName,
|
||||||
releaseType,
|
releaseType,
|
||||||
changelogPath,
|
changelogPath,
|
||||||
|
changelogHost,
|
||||||
changelogSections,
|
changelogSections,
|
||||||
versionFile,
|
versionFile,
|
||||||
extraFiles,
|
extraFiles,
|
||||||
|
|||||||
Reference in New Issue
Block a user