@theholocron/cli 2.0.0-alpha.37 → 2.0.0-alpha.38

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -2246,7 +2246,7 @@ async function runSyncGithub(input) {
2246
2246
  method: "POST",
2247
2247
  headers,
2248
2248
  body: JSON.stringify({
2249
- title: message,
2249
+ title: message.split("\n")[0],
2250
2250
  head: branch,
2251
2251
  base: "main",
2252
2252
  body: "Auto-generated by `holocron sync-github`. Review and merge to apply template updates."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.37",
3
+ "version": "2.0.0-alpha.38",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",