Skip to content

Commit

Permalink
fix: fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Jul 25, 2022
1 parent 15decb1 commit 3728b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
console.log('release-notes-patch -> v1.5.6 (update release notes overview)')
console.log('release-notes-patch -> v1.5.7 (update release notes overview)')
const argv = require('yargs')
.demandOption(['token', 'owner', 'repo', 'sha', 'tag'])
.help(false)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = async ({token, owner, repo, sha, tag, test = false} = {}) => {
path: 'data/releases.json',
message: `fix(${release.branchName}): update release notes overview for ${release.branchName} for ${repo} with tag ${tag}`,
content: patchedBase64ReleaseNotesOverview,
sha: releaseNotesOverviewSha.sha,
sha: releaseNotesOverviewSha,
branch: branchName
})

Expand Down

0 comments on commit 3728b08

Please sign in to comment.