@stacksjs/buddy 0.61.3 → 0.61.5
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.
|
@@ -1792,7 +1792,7 @@ function release(buddy) {
|
|
|
1792
1792
|
useSeconds: true
|
|
1793
1793
|
});
|
|
1794
1794
|
console.log("");
|
|
1795
|
-
|
|
1795
|
+
log24.info(`Follow along: ${italic6("https://github.com/stacksjs/stacks/actions")}`);
|
|
1796
1796
|
});
|
|
1797
1797
|
buddy.on("release:*", () => {
|
|
1798
1798
|
console.error("Invalid command: %s\nSee --help for a list of available commands.", buddy.args.join(" "));
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/dist/stacks
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/commands/release.ts
CHANGED
|
@@ -40,7 +40,7 @@ export function release(buddy: CLI) {
|
|
|
40
40
|
})
|
|
41
41
|
|
|
42
42
|
console.log('')
|
|
43
|
-
|
|
43
|
+
log.info(`Follow along: ${italic('https://github.com/stacksjs/stacks/actions')}`)
|
|
44
44
|
})
|
|
45
45
|
|
|
46
46
|
buddy.on('release:*', () => {
|