Clarify docs
This commit is contained in:
@@ -14,6 +14,8 @@ If you are packaging Blackbox for distribution, you should track the *tag produc
|
|||||||
|
|
||||||
Marking the software to be "stable":
|
Marking the software to be "stable":
|
||||||
|
|
||||||
|
Step 1. Tag it.
|
||||||
|
|
||||||
```
|
```
|
||||||
git pull
|
git pull
|
||||||
git tag -d stable
|
git tag -d stable
|
||||||
@@ -22,6 +24,10 @@ git tag stable
|
|||||||
git push origin 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
|
# Production Releases
|
||||||
|
|
||||||
If no bugs have been reported a full week after a stable tag has been pushed, mark the release to be "production".
|
If no bugs have been reported a full week after a stable tag has been pushed, mark the release to be "production".
|
||||||
|
|||||||
Reference in New Issue
Block a user