chore: bump version to 2026.5.2, add release process docs - #239
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR formalizes the project’s release workflow by documenting a CalVer-based versioning/tagging process, linking that guidance from the main project docs, and bumping the Flutter app version accordingly.
Changes:
- Added a dedicated release guide describing CalVer, tagging, and what the automated web/Android release workflows do.
- Updated top-level docs (README and CLAUDE instructions) to reference the release guide.
- Bumped
pubspec.yamlversion to2026.5.2+20260509.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds references to the new Release Guide from development/setup and deployment sections. |
| pubspec.yaml | Increments the app’s CalVer version and build number. |
| docs/processes/release.md | Introduces a step-by-step release process including tagging triggers and verification steps. |
| CLAUDE.md | Adds a brief “Release Process” quick reference pointing to the full guide. |
Comment on lines
+1
to
+5
| # Release Process | ||
|
|
||
| This project uses **CalVer** (`YYYY.M.patch`) for versioning. Releases are triggered by pushing a `v*` tag, which kicks off automatic web and Android deployments. | ||
|
|
||
| ## Version Format |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🚀 Cloudflare Pages PreviewYour preview deployment is ready! Preview URL: https://release-2026-5-2.staging-cambeerfestival.pages.dev This preview will be automatically updated when you push new commits to this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a formalized release process for the project, including documentation and workflow automation for versioning and deployments. It adds a comprehensive release guide, updates the documentation to reference this process, and bumps the app version.
Release process documentation and workflow:
docs/processes/release.mdfile detailing the step-by-step release process, including versioning scheme (CalVer), tagging, and deployment automation for web and Android.README.mdto reference the new Release Guide in both the Development & Setup section and the deployment workflow section. [1] [2]CLAUDE.mdsummarizing the release workflow and automation triggers.Version bump:
pubspec.yamlto bump the version to2026.5.2+20260509as part of the documented release process.