Standalone repo: https://github.com/StemSplit/stemsplit-github-action
-
Run
npm testin this directory. -
Bump
package.jsonversion if needed (informational; consumers use git tags). -
Commit and push to
mainon the standalone repo. -
Create and push a semver tag (e.g.
v0.1.0):git tag v0.1.0 git push origin v0.1.0
-
Update monorepo docs:
apps/web/app/(marketing)/[locale]/developers/(docs)/guides/github-actions/page.tsx—ACTION_VERSIONapps/web/app/(marketing)/[locale]/developers/(docs)/changelog/page.tsxapps/web/app/llms.txt/llms-static.tsscripts/packages/stemsplit-github-profile/profile/README.md(org table)
Workflows reference: uses: StemSplit/stemsplit-github-action@vX.Y.Z