diff --git a/RELEASING.md b/RELEASING.md index 89c81b0..04914a7 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -84,7 +84,7 @@ with the changelog link last: - Refactors, CI, dependencies — things that don't change behaviour for users. -**Full Changelog**: https://github.com/Codeplain-ai/plain-forge/compare/v1.0.20...v1.0.21 +**Full Changelog**: https://github.com/plainlang/plain-forge/compare/v1.0.20...v1.0.21 ``` Editing a release afterwards fires `release: edited`, not `published`, so fixing typos @@ -114,7 +114,7 @@ at the repo root — gitignored, and the only place a webhook should live locall | what | where | note | |---|---|---| -| Trusted publisher | npmjs.com → `plain-forge` → Settings → Trusted Publisher | GitHub Actions, `Codeplain-ai/plain-forge`, workflow `publish.yml` | +| Trusted publisher | npmjs.com → `plain-forge` → Settings → Trusted Publisher | GitHub Actions, `plainlang/plain-forge`, workflow `publish.yml` | | `SLACK_WEBHOOK_URL` | repo secret | the only secret this repo has; notifications are skipped without it | | Branch protection | `main` | `Test (node 18 / 20 / 22)` required, no force pushes, no deletion | diff --git a/bin/cli.mjs b/bin/cli.mjs index 0b25bfa..27addd4 100755 --- a/bin/cli.mjs +++ b/bin/cli.mjs @@ -1010,7 +1010,7 @@ function printNextSteps(agent) { `prerequisite: install the ${codeplain("codeplain")} CLI to render your specs into code — ${link("https://www.codeplain.ai/")}`, ); console.log( - `usage guide: ${link("https://github.com/Codeplain-ai/plain-forge#usage")}`, + `usage guide: ${link("https://github.com/plainlang/plain-forge#usage")}`, ); console.log(); } diff --git a/package.json b/package.json index e095b07..00be951 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Codeplain-ai/plain-forge.git" + "url": "git+https://github.com/plainlang/plain-forge.git" }, - "homepage": "https://github.com/Codeplain-ai/plain-forge", + "homepage": "https://github.com/plainlang/plain-forge", "bugs": { - "url": "https://github.com/Codeplain-ai/plain-forge/issues" + "url": "https://github.com/plainlang/plain-forge/issues" }, "license": "MIT", "keywords": [ diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0ee100e..565a27e 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -23,7 +23,7 @@ set -euo pipefail PKG="plain-forge" ENVIRONMENT="npm" -REPO="Codeplain-ai/plain-forge" +REPO="plainlang/plain-forge" TAG="" DRY_RUN=false