BMAD-METHOD/.github/workflows
Brian Madison 5d93277cdb fix(publish): advance @next dist-tag after stable release
When a stable release publishes via workflow_dispatch, @latest can leapfrog
the existing @next prerelease (e.g. latest=6.5.0 while next=6.4.1-next.0),
turning `npx bmad-method@next install` into a silent downgrade until the
next qualifying push to main republishes a fresh -next.0.

- publish.yaml: after stable publish, repoint @next at the just-published
  stable version. The existing derive-prerelease step picks max(latest, next)
  as its base, so subsequent push-driven prereleases bump from there.
- bmad-cli.js: checkForUpdate was querying the @beta dist-tag (which this
  package does not use). Replace string-matching with semver.prerelease()
  and query @next for prerelease users.
2026-04-26 10:12:58 -05:00
..
coderabbit-review.yaml fix: use pull_request_target for CodeRabbit review trigger (#1583) 2026-02-07 10:27:57 -06:00
discord.yaml project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
docs.yaml fix(docs): comprehensive documentation site review fixes (#1578) 2026-02-08 11:58:22 -06:00
publish.yaml fix(publish): advance @next dist-tag after stable release 2026-04-26 10:12:58 -05:00
quality.yaml ci: add validate:skills to GitHub quality workflow 2026-03-18 14:38:09 -06:00