mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +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 releaseType = core.getInput('release-type', { required: true })
|
||||
const changelogPath = core.getInput('changelog-path') || undefined
|
||||
const changelogHost = core.getInput('changelog-host') || undefined
|
||||
const changelogTypes = core.getInput('changelog-types') || undefined
|
||||
const changelogSections = changelogTypes && JSON.parse(changelogTypes)
|
||||
const versionFile = core.getInput('version-file') || undefined
|
||||
@@ -136,6 +137,7 @@ async function manifestInstance (github) {
|
||||
packageName,
|
||||
releaseType,
|
||||
changelogPath,
|
||||
changelogHost,
|
||||
changelogSections,
|
||||
versionFile,
|
||||
extraFiles,
|
||||
|
||||
Reference in New Issue
Block a user