-
Notifications
You must be signed in to change notification settings - Fork 0
Release
David Zhu edited this page Sep 25, 2024
·
7 revisions
Test & Review: Ensure code is thoroughly tested and reviewed.
Merge Changes: Confirm all changes are merged into the main branch.
Update Docs: Refresh any relevant documentation.
Commit Changes (if any):
git add .
git commit -m "Prepare for release v1.0.0"
Create & Push Tag:
git tag -a v1.0.0 -m "Release version 1.0.0"
git push origin v1.0.0
Trigger Deployment: Use CI/CD pipeline or scripts to deploy the tagged version.
Verify: Ensure the release is functioning as expected.
Release Notes: Include version number, release date, new features, bug fixes, and known issues.
Deploy Previous Tag:
Simply re-run the deploy-prod workflow corresponding to the previous tag.