Skip to content

Commit

Permalink
chore: nightly -> canary
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 12, 2024
1 parent 8a3a06d commit b5ea987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versions/src/publishVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export async function publishVersion(args: {
// Comment on Pull Requests
if (args.push) {
for (const prNumber of prNumbers) {
const adjective = args.tag ? 'nightly' : 'stable'
const adjective = args.tag ? 'canary' : 'stable'

let body = dedent`
A ${adjective} release \`${newVersion}\` has been published to NPM. :rocket:
Expand Down

0 comments on commit b5ea987

Please sign in to comment.