Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Sep 23, 2021
1 parent aa6fd16 commit 7122387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ const customTransform = (commit, context) => {
}
}

console.log(commit.references)

// remove references that already appear in the subject
// commit.references = commit.references.filter(reference => {
// if (issues.indexOf(reference.issue) === -1) {
Expand Down

0 comments on commit 7122387

Please sign in to comment.