Skip to content

Commit

Permalink
chore(gatsby-plugin-utils): Override changelog for incorrect release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Jan 13, 2022
1 parent fb37205 commit 7963ed9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/gatsby-changelog-generator/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ const tagOverrides = new Map([
`gatsby-source-wordpress@4.0.0-next.0`,
`7797522184600284a44929cad5b27f2388eb13ee`,
],
[
// https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils%403.0.0/packages/gatsby-plugin-utils
// (gatsby-plugin-utils@3.0.0-next.0 published after commit with a breaking change)
`gatsby-plugin-utils@3.0.0-next.0`,
`05f971929f68eccc14686ef556f7f577e3771c0d`,
],
])

async function generateChangelog(packageName, fromVersion = null) {
Expand Down

0 comments on commit 7963ed9

Please sign in to comment.