Skip to content

Commit

Permalink
compare polkadot-sdk now
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Oct 31, 2023
1 parent badab0f commit ce5fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github/generate-release-body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function main() {
const previousTag = argv.from;
const newTag = argv.to;

const moduleLinks = ["substrate", "polkadot", "cumulus", "frontier"].map((repoName) => ({
const moduleLinks = ["polkadot-sdk", "frontier"].map((repoName) => ({
name: repoName,
link: getCompareLink(repoName, previousTag, newTag),
}));
Expand Down

0 comments on commit ce5fdac

Please sign in to comment.