Skip to content

Commit

Permalink
Merge branch 'master' into gh-purple-closed-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] authored Dec 18, 2021
2 parents f016766 + 08c30f7 commit b6a8864
Show file tree
Hide file tree
Showing 3 changed files with 764 additions and 847 deletions.
6 changes: 6 additions & 0 deletions .github/actions/close-bot/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ function isPointlessVersionBump(body) {
line => !line.startsWith('See <a href="https://conventionalcommits.org">')
)
.filter(line => !line.startsWith('<!--'))
.filter(
line =>
!line.startsWith(
'<p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/'
)
)
return allChangelogLinesAreVersionBump(changelogLines)
}

Expand Down
Loading

0 comments on commit b6a8864

Please sign in to comment.