Skip to content

chore: adopt semantic versioning and automated changelog generation (Closes #33) - #97

Closed
laurentketterle-hub wants to merge 3 commits into
Flamki:masterfrom
laurentketterle-hub:feat/semver-changelog-33
Closed

chore: adopt semantic versioning and automated changelog generation (Closes #33)#97
laurentketterle-hub wants to merge 3 commits into
Flamki:masterfrom
laurentketterle-hub:feat/semver-changelog-33

Conversation

@laurentketterle-hub

Copy link
Copy Markdown
Contributor

Summary

Adopts Semantic Versioning and automated changelog generation for StellarMind releases.

Changes

  1. .versionrc — Configuration for standard-version:

    • Conventional commit type mapping to changelog sections
    • Release commit message format
  2. .github/workflows/release.yml — Automated release workflow:

    • Manual trigger with version bump selector (patch/minor/major)
    • Runs standard-version to bump version + generate changelog
    • Creates git tag and pushes release commit
  3. docs/RELEASE.md — Release process documentation:

    • Versioning policy (SemVer definitions)
    • Automated release steps via GitHub Actions
    • Manual release fallback instructions
    • Conventional Commits convention reference

Closes #33

Validation

  • Releases produce consistent version tags and notes
  • Changelog captures user-facing changes automatically
  • Release process can be executed by any maintainer
  • Workflow uses .nvmrc for Node version consistency

Signed-off-by: laurentketterle-hub laurentketterle-hub@users.noreply.github.com

Signed-off-by: laurentketterle-hub <laurentketterle-hub@users.noreply.github.com>
Signed-off-by: laurentketterle-hub <laurentketterle-hub@users.noreply.github.com>
Signed-off-by: laurentketterle-hub <laurentketterle-hub@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@laurentketterle-hub, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 35 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c8d8fd2d-776b-4001-b482-dbc4eb69f054

📥 Commits

Reviewing files that changed from the base of the PR and between 6eb1d2b and 7fc304e.

📒 Files selected for processing (3)
  • .github/workflows/release.yml
  • .versionrc
  • docs/RELEASE.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

Adopt semantic versioning and automated changelog generation

1 participant