Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 824 Bytes

File metadata and controls

23 lines (17 loc) · 824 Bytes

Publishing stemsplit-github-action

Standalone repo: https://github.com/StemSplit/stemsplit-github-action

Release checklist

  1. Run npm test in this directory.

  2. Bump package.json version if needed (informational; consumers use git tags).

  3. Commit and push to main on the standalone repo.

  4. Create and push a semver tag (e.g. v0.1.0):

    git tag v0.1.0
    git push origin v0.1.0
  5. Update monorepo docs:

    • apps/web/app/(marketing)/[locale]/developers/(docs)/guides/github-actions/page.tsxACTION_VERSION
    • apps/web/app/(marketing)/[locale]/developers/(docs)/changelog/page.tsx
    • apps/web/app/llms.txt/llms-static.ts
    • scripts/packages/stemsplit-github-profile/profile/README.md (org table)

Workflows reference: uses: StemSplit/stemsplit-github-action@vX.Y.Z