We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e797678 commit 4025640Copy full SHA for 4025640
storage/framework/core/buddy/src/commands/release.ts
@@ -40,7 +40,7 @@ export function release(buddy: CLI) {
40
})
41
42
console.log('')
43
- console.log(italic('Follow along: https://github.com/stacksjs/stacks/actions'))
+ log.info(`Follow along: ${italic('https://github.com/stacksjs/stacks/actions')}`)
44
45
46
buddy.on('release:*', () => {
0 commit comments