- introduce experimental (light) commit based changelog generation mode
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/141 - this is not fully supported and not documented as it lacks big amounts of the features we know and love - npm install - recompile dist
This commit is contained in:
@@ -33,6 +33,7 @@ async function run(): Promise<void> {
|
||||
// read in flags
|
||||
const ignorePreReleases = core.getInput('ignorePreReleases') === 'true'
|
||||
const failOnError = core.getInput('failOnError') === 'true'
|
||||
const commitMode = core.getInput('commitMode') === 'true'
|
||||
|
||||
const result = await new ReleaseNotesBuilder(
|
||||
token,
|
||||
@@ -43,6 +44,7 @@ async function run(): Promise<void> {
|
||||
toTag,
|
||||
failOnError,
|
||||
ignorePreReleases,
|
||||
commitMode,
|
||||
configuration
|
||||
).build()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user