Skip to content

Tag-based production releases and version footer#1

Merged
sanjuthomas merged 1 commit into
mainfrom
release/tag-based-deploys
Jun 11, 2026
Merged

Tag-based production releases and version footer#1
sanjuthomas merged 1 commit into
mainfrom
release/tag-based-deploys

Conversation

@sanjuthomas

Copy link
Copy Markdown
Owner

Summary

  • Deploy GitHub Pages and Railway only when a v* git tag is pushed (not on every main commit).
  • Show the deployed version in the site footer, linked to the GitHub release tag.
  • Document the release process in docs/RELEASING.md and update README.
  • Bump package.json to 1.0.0 for the first tagged production release.

Test plan

  • npm test passes locally (126 unit tests)
  • npm run build succeeds
  • CI unit + integration tests pass on this PR
  • After merge: push tag v1.0.0 to trigger first versioned production deploy

Made with Cursor

Deploy GitHub Pages and Railway only on v* tags; main merges run tests via PR.
Show the release tag in the site footer and document the release process.

Co-authored-by: Cursor <cursoragent@cursor.com>
@sanjuthomas sanjuthomas merged commit 351f697 into main Jun 11, 2026
2 checks passed
@sanjuthomas sanjuthomas deleted the release/tag-based-deploys branch June 11, 2026 14:26
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