publish

Solid

Bump version, build, test, publish to npm, and install locally

AI & Automation 18 stars 1 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /publish - Version Bump, Build, Test & Publish Automated release pipeline for moflo. Bumps version, commits, builds, tests, runs doctor, publishes to npm, and installs the new version locally. **Arguments:** $ARGUMENTS ## Usage ``` /publish # patch bump, default mode (skips CI-covered gates) /publish minor # minor bump (4.8.56 → 4.9.0) /publish major # major bump (4.8.56 → 5.0.0) /publish -rc # patch RC bump (4.8.56 → 4.8.57-rc.1) /publish minor -rc # minor RC bump (4.8.56 → 4.9.0-rc.1) /publish --check # full pre-flight (lint + test + smoke + everything) /publish -ch # short form of --check /publish minor -ch # combine: full pre-flight on a minor bump ``` ## --check / -ch flag (presence-only) **Default (flag absent):** runs build + doctor + trigger-based manual checks only. Skips local lint/test/smoke because lint+test are covered by `ci.yml` on every PR + push to main, and **cross-platform smoke is dispatched as part of this skill** (Step 8.5 below) — the `release-smoke.yml` workflow runs the full 3-OS matrix on the exact commit about to be published. **With `--check` or `-ch` (any presence):** runs the full pre-flight from `pre-publish-rules.md` — lint, build, test, doctor (strict), local clean smoke, local populated smoke, and a forced full walk of every manual gate. Use this for publishes that didn't go through a green PR, risky releases, or when you want belt-and-suspenders on the local box in addition to ...

Details

Author
eric-cielo
Repository
eric-cielo/moflo
Created
6 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category