Skip to content

Commit ddf2e88

Browse files
committed
chore: wip
1 parent 1aac141 commit ddf2e88

File tree

1 file changed

+4
-2
lines changed
  • storage/framework/core/buddy/src/commands

1 file changed

+4
-2
lines changed

storage/framework/core/buddy/src/commands/release.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import process from 'node:process'
22
import { runAction } from '@stacksjs/actions'
3-
import { intro, log, outro } from '@stacksjs/cli'
3+
import { intro, italic, log, outro } from '@stacksjs/cli'
44
import { Action } from '@stacksjs/enums'
55
import { ExitCode } from '@stacksjs/types'
66
import type { CLI, ReleaseOptions } from '@stacksjs/types'
@@ -34,10 +34,12 @@ export function release(buddy: CLI) {
3434
process.exit(ExitCode.FatalError)
3535
}
3636

37-
await outro('Triggered CI/CD Release Workflow', {
37+
await outro('Triggered CI/CD Release via GitHub Actions', {
3838
startTime,
3939
useSeconds: true,
4040
})
41+
console.log('')
42+
console.log(italic('Follow along: https://github.com/stacksjs/stacks/actions'))
4143
})
4244

4345
buddy.on('release:*', () => {

0 commit comments

Comments
 (0)