File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105526,6 +105526,8 @@ function parseInputs() {
105526105526 fork: getOptionalBooleanInput('fork'),
105527105527 includeComponentInTag: getOptionalBooleanInput('include-component-in-tag'),
105528105528 changelogHost: core.getInput('changelog-host') || DEFAULT_GITHUB_SERVER_URL,
105529+ versioningStrategy: getOptionalInput('versioning-strategy'),
105530+ releaseAs: getOptionalInput('release-as'),
105529105531 };
105530105532 return inputs;
105531105533}
@@ -105546,6 +105548,8 @@ function loadOrBuildManifest(github, inputs) {
105546105548 releaseType: inputs.releaseType,
105547105549 includeComponentInTag: inputs.includeComponentInTag,
105548105550 changelogHost: inputs.changelogHost,
105551+ versioning: inputs.versioningStrategy,
105552+ releaseAs: inputs.releaseAs,
105549105553 }, {
105550105554 fork: inputs.fork,
105551105555 skipLabeling: inputs.skipLabeling,
You can’t perform that action at this time.
0 commit comments