Skip to content

Commit

Permalink
Fix backports added in changelogs (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 authored Sep 23, 2023
1 parent 981029c commit 1a8c323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ async function run() {
? [releaseBranch] // use all commits of release branch if first release
: {
from: lastestTag,
symmetric: false,
to: releaseBranch,
}
);
Expand Down
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const defaultUserConfig: UserConfig = {
default: true,
},
],
skipLabels: ["skip-release", "skip-changelog"],
skipLabels: ["skip-release", "skip-changelog", "regression"],
skipCommitsWithoutPullRequest: true,
commentOnReleasedPullRequests: true,
};
Expand Down

0 comments on commit 1a8c323

Please sign in to comment.