@ghl-ai/aw 0.1.36-beta.16 → 0.1.36-beta.17
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.
- package/commands/push.mjs +1 -1
- package/package.json +1 -1
package/commands/push.mjs
CHANGED
|
@@ -113,7 +113,7 @@ function generatePrTitle(files, awHome = null) {
|
|
|
113
113
|
return `feat(registry): ${verb} ${files.length} files across ${namespaces.length} namespaces`;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
const AW_BRANDING = `---\n
|
|
116
|
+
const AW_BRANDING = `---\n⟁ Generated by [AW CLI](https://github.com/GoHighLevel/ghl-agentic-workspace)`;
|
|
117
117
|
|
|
118
118
|
function generatePrBody(files, newNamespaces, awHome = null) {
|
|
119
119
|
const added = files.filter(f => !f.deleted);
|