Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
HEIN+FRICKE
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Talk:04 Deployment & Release Management Procedure
(section)
Add topic
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
Add topic
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== 3. Deployment & Release Management Process Overview == === 3.1 Core Steps === * Create a release plan in Jira with scope, timeline, and dependencies. * Deploy features in staging for QA verification. * Fix bugs in relative branches. * Complete integration testing. * Deploy and demo on Test environment for stakeholders' acceptance. * On formal acceptance and product owners' approval, prepare for Production deployment. * Verify functionality, and rollback if issues arise. * Document every step in Jira * Close Jira ticket with logs and release notes. === 3.2 SDLC Fit === * Agile: Deploy after each sprint (e.g., every 2 weeks); link to sprint tickets in Jira. === 3.3 Change Tracking === * Log all code changes in Git with commit messages (e.g., “Fix #123: login bug”). * Link commits to Jira tickets for traceability (e.g., JIRA-456). * Use Git tags (e.g., v1.2.3) for release versioning. === 3.4 Exceptions === * Emergency releases: Skip staging, deploy hotfix directly to prod with CTO approval via Slack. * Tag emergency tickets in Jira with “HOTFIX” prefix and log justification. * Notify all teams via Slack #releases within 1 hour of emergency deployment. === 3.5 Version Control === * Use Git branches: main for prod, develop for dev, release/v1.2.3 for releases. * Require pull requests (PRs) with at least 1 reviewer in GitHub * Include commit messages with Jira ticket IDs (e.g., “JIRA-456: Add payment API”). * Tag releases in Git (e.g., git tag v1.2.3) and push to repo.
Summary:
Please note that all contributions to HEIN+FRICKE may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
HEIN FRICKE:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)