File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
storage/framework/core/buddy/src/commands Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
import process from 'node:process'
2
2
import { runAction } from '@stacksjs/actions'
3
- import { intro , log , outro } from '@stacksjs/cli'
3
+ import { intro , italic , log , outro } from '@stacksjs/cli'
4
4
import { Action } from '@stacksjs/enums'
5
5
import { ExitCode } from '@stacksjs/types'
6
6
import type { CLI , ReleaseOptions } from '@stacksjs/types'
@@ -34,10 +34,12 @@ export function release(buddy: CLI) {
34
34
process . exit ( ExitCode . FatalError )
35
35
}
36
36
37
- await outro ( 'Triggered CI/CD Release Workflow ' , {
37
+ await outro ( 'Triggered CI/CD Release via GitHub Actions ' , {
38
38
startTime,
39
39
useSeconds : true ,
40
40
} )
41
+ console . log ( '' )
42
+ console . log ( italic ( 'Follow along: https://github.com/stacksjs/stacks/actions' ) )
41
43
} )
42
44
43
45
buddy . on ( 'release:*' , ( ) => {
You can’t perform that action at this time.
0 commit comments