{"id":51339594,"url":"https://github.com/async/release","last_synced_at":"2026-07-02T06:04:26.621Z","repository":{"id":366025382,"uuid":"1274016852","full_name":"async/release","owner":"async","description":"Release planning, package inspection, notes rendering, and doctor evidence for Async packages.","archived":false,"fork":false,"pushed_at":"2026-06-19T23:39:09.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T00:14:51.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/async.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-19T05:25:00.000Z","updated_at":"2026-06-19T23:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/async/release","commit_stats":null,"previous_names":["async/release"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/async/release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async%2Frelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async%2Frelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async%2Frelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async%2Frelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/async","download_url":"https://codeload.github.com/async/release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async%2Frelease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35034995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-02T06:04:26.124Z","updated_at":"2026-07-02T06:04:26.605Z","avatar_url":"https://github.com/async.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @async/release\n\nRelease planning, package inspection, release-note rendering, and doctor\nevidence for Async packages.\n\n`@async/pipeline` owns the generated job graph, permissions, environments, and\npackage selection policy. `@async/release` owns package-aware release evidence:\nwhat package is being released, what profile it matches, what the changelog\nsays, what files npm will publish, and whether the published state matches the\nrelease.\n\n## Commands\n\n```sh\nasync-release package plan --package . --json --evidence-dir .async/release\nasync-release package inspect --package . --json --evidence-dir .async/release\nasync-release preview plan --package . --mode pr --namespace async --pr-number 12 --head-sha \u003csha\u003e --source-sha \u003csha\u003e --json --evidence-dir .async/release\nasync-release preview stage --package . --mode pr --namespace async --registry https://npm.pkg.github.com --pr-number 12 --head-sha \u003csha\u003e --source-sha \u003csha\u003e --json --evidence-dir .async/release\nasync-release preview inspect --package . --mode main --namespace async --source-sha \u003csha\u003e --json --evidence-dir .async/release\nasync-release preview doctor --package . --mode pr --namespace async --network mock --pr-number 12 --head-sha \u003csha\u003e --source-sha \u003csha\u003e --json --evidence-dir .async/release\nasync-release changelog check --package . --json --evidence-dir .async/release\nasync-release notes render --package . --json --evidence-dir .async/release\nasync-release release sync-descriptions --package . --check --json --evidence-dir .async/release\nasync-release doctor --package . --network mock --json --evidence-dir .async/release\n```\n\nThe authoritative release doctor can run with `--network live` in GitHub\nActions. Local harnesses should use `--network mock` until the generated job is\nexecuting inside its real release environment.\n\n`release sync-descriptions` treats `CHANGELOG.md` as the source of truth for\nsemver GitHub Release bodies. `--check` reports drift without patching releases;\nwithout `--check`, drifted semver release descriptions are updated and\nnon-semver releases are ignored.\n\n`preview plan` computes the mirror package name, immutable preview version,\ndist-tag, install target, and bounded PR comment body from explicit caller\ninputs. `preview stage` writes a credential-free staging package manifest and\npack file layout for the privileged action to publish. `preview inspect` reuses\npackage inspection evidence for preview artifacts. `preview doctor` is read-only:\nuse `--network mock` for deterministic local evidence and `--network live` in\nthe publishing workflow to verify the immutable version and mutable dist-tag.\n\n## Package Profiles\n\nInspection classifies packages as:\n\n- `node-library`\n- `cli`\n- `browser-bundle`\n- `framework-browser`\n- `contract-schema`\n- `workspace-root`\n\nThe `framework-browser` profile emits bundle size evidence for browser-facing\nfiles and diff links derived from the package repository metadata.\n\n## Verification\n\n```sh\npnpm run release:check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasync%2Frelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasync%2Frelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasync%2Frelease/lists"}