Skip to content

Commit

Permalink
chore: fix url in release-manager script (#4853)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf authored May 4, 2022
1 parent e2e9c81 commit 305bc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const parseArgs = raw => {
// look for that heading level with a match for the portion after
section: '### .*cli.*',
release:
'https://raw.githubusercontent.com/wiki/npm/cli/Release-Process.md',
'https://raw.githubusercontent.com/wiki/npm/cli/Release-Process-(v8).md',
}

const replacements = {}
Expand Down

0 comments on commit 305bc2e

Please # to comment.