Skip to content

Commit

Permalink
update release mssg
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Feb 18, 2024
1 parent 34ddcaf commit 6af2357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const releasesLines = releases
.map((release) => ` ${release.name}@${release.newVersion}`)
.join('\n');
const releaseMessage = outdent`
RELEASING: Releasing ${releases.length} package(s)
RELEASE: Releasing ${releases.length} package(s)
Releases:
${releasesLines}
Expand Down

0 comments on commit 6af2357

Please sign in to comment.