diff --git a/RELEASE_ENGINEERING.TXT b/RELEASE_ENGINEERING.TXT index 5a39216..7ba7f29 100644 --- a/RELEASE_ENGINEERING.TXT +++ b/RELEASE_ENGINEERING.TXT @@ -14,6 +14,8 @@ If you are packaging Blackbox for distribution, you should track the *tag produc Marking the software to be "stable": +Step 1. Tag it. + ``` git pull git tag -d stable @@ -22,6 +24,10 @@ git tag stable git push origin tag stable ``` +Step 2. Mark your calendar 1 week from today to check +to see if this should be promoted to production. + + # Production Releases If no bugs have been reported a full week after a stable tag has been pushed, mark the release to be "production".