stacks 0.61.2 → 0.61.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.61.2",
4
+ "version": "0.61.4",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
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,13 @@ 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
+
42
+ console.log('')
43
+ log.info(`Follow along: ${italic('https://github.com/stacksjs/stacks/actions')}`)
41
44
  })
42
45
 
43
46
  buddy.on('release:*', () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.61.2",
4
+ "version": "0.61.4",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",