Skip to content

Commit 3447181

Browse files
committed
fix: Update release note markdown file path
1 parent 65cf164 commit 3447181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ module.exports = async ({token, owner, repo, sha, tag, test = false} = {}) => {
2828
return `commit ${sha} not found in ${owner}/${repo} in the white listed release branches \n\r${branches.join('\n\r')}`
2929
}
3030

31-
// 'content/operations/releases/release-2021-03/release-2021-03.md'
32-
const path = `${targetBasePath}/${release.branchName}/${release.branchName}.md`
31+
// 'content/operations/releases/release-2021-03.md'
32+
const path = `${targetBasePath}/${release.branchName}.md`
3333
const {releaseNote, branchName} = await getReleaseNote({
3434
owner: targetOwner,
3535
repo: targetRepo,

0 commit comments

Comments
 (0)