- introduce new flag to include open PRs into the changelog
- only fetch open with this flag - expand pull request spec with - status, created at timestamp - expand definition for placeholder patterns in the changelog
This commit is contained in:
@@ -15,6 +15,7 @@ export class ReleaseNotesBuilder {
|
||||
private repo: string | null,
|
||||
private fromTag: string | null,
|
||||
private toTag: string | null,
|
||||
private includeOpen: boolean,
|
||||
private failOnError: boolean,
|
||||
private ignorePreReleases: boolean,
|
||||
private commitMode: boolean,
|
||||
@@ -88,6 +89,7 @@ export class ReleaseNotesBuilder {
|
||||
repo: this.repo,
|
||||
fromTag: this.fromTag,
|
||||
toTag: this.toTag,
|
||||
includeOpen: this.includeOpen,
|
||||
failOnError: this.failOnError,
|
||||
commitMode: this.commitMode,
|
||||
configuration: this.configuration
|
||||
|
||||
Reference in New Issue
Block a user