Skip to content

✨ Add semver alias and refresh docs#27

Merged
sjquant merged 4 commits into
mainfrom
sjquant/semver-pattern-alias
May 16, 2026
Merged

✨ Add semver alias and refresh docs#27
sjquant merged 4 commits into
mainfrom
sjquant/semver-pattern-alias

Conversation

@sjquant
Copy link
Copy Markdown
Owner

@sjquant sjquant commented May 16, 2026

Why

Typing {major}.{minor}.{patch} for common custom tag prefixes is verbose, especially for monorepo release tags like mobile@26.34.0. The README also had numbered-list code fences that rendered incorrectly after item 10 because of Markdown continuation indentation, and the official docs site should be easy to find from the repo.

Changes

  • Add {semver} as shorthand for {major}.{minor}.{patch} in version patterns.
  • Cover matching, next-version generation, and changelog baseline discovery with tests.
  • Document the shorthand across CLI help, README, GitHub Action docs, and website docs.
  • Simplify the README quickstart into a short beginner flow and keep advanced examples in the command reference/docs.
  • Refresh README and website command reference coverage for changelog, output formats, push, and annotated tag options.
  • Link the official docs site at https://sjquant.github.io/flopha from the README and docs website source.

@sjquant sjquant changed the title Add semver pattern alias Add semver alias and refresh README May 16, 2026
@sjquant sjquant changed the title Add semver alias and refresh README Add semver alias and refresh docs May 16, 2026
@sjquant sjquant self-assigned this May 16, 2026
@sjquant sjquant merged commit eb44dd5 into main May 16, 2026
8 checks passed
@sjquant sjquant deleted the sjquant/semver-pattern-alias branch May 16, 2026 06:51
@sjquant sjquant changed the title Add semver alias and refresh docs ✨ Add semver alias and refresh docs May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant