@theholocron/cli 2.0.0-alpha.29 → 2.0.0-alpha.30

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 +2 -3
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -1617,13 +1617,12 @@ jobs:
1617
1617
  run: |
1618
1618
  GIT_NAME=$(gh api user --jq .name 2>/dev/null || echo "github-actions[bot]")
1619
1619
  GIT_EMAIL=$(gh api user --jq '"\\(.id)+\\(.login)@users.noreply.github.com"' 2>/dev/null || echo "41898282+github-actions[bot]@users.noreply.github.com")
1620
+ COMMIT_MSG="chore: sync from theholocron/holocron"$'\\n\\n'"Signed-off-by: $GIT_NAME <$GIT_EMAIL>"
1620
1621
  node packages/cli/dist/cli.mjs sync-github \\
1621
1622
  --repo "$PRIMARY_REPO" \\
1622
1623
  --branch "$SYNC_BRANCH" \\
1623
1624
  --pr \\
1624
- --message "chore: sync from theholocron/holocron
1625
-
1626
- Signed-off-by: $GIT_NAME <$GIT_EMAIL>"
1625
+ --message "$COMMIT_MSG"
1627
1626
  env:
1628
1627
  GITHUB_TOKEN: \${{ secrets.SYNC_TOKEN }}
1629
1628
  GH_TOKEN: \${{ secrets.SYNC_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.29",
3
+ "version": "2.0.0-alpha.30",
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",