Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
bizob2828 and jsumners-nr authored Apr 2, 2024
1 parent 7785c1e commit 37bdaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
required: false
changelog_json:
description: Whether or not it should generate a changelog.json(should only be for node-newrelic)
description: Whether or not it should generate a changelog.json (should only be for node-newrelic)
type: boolean
required: false

Expand Down
2 changes: 1 addition & 1 deletion bin/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async function generateReleaseNotes(owner, repo) {
* @param {string} params.newVersion version to be published
* @param {string} params.markdownChangelog filepath of markdown changelog
* @param {boolean} params.generateJsonChangelog indicator if it should update changelog.json
* @returns {array} generate data of markdown and json
* @returns {object[]} generate data of markdown and json
*/
async function generateConventionalReleaseNotes({
owner,
Expand Down

0 comments on commit 37bdaa9

Please sign in to comment.