mirror of https://github.com/zulip/zulip.git
release: Group and indent changes for major releases.
This commit is contained in:
parent
37e77c77e2
commit
29459ea61f
|
@ -5,12 +5,13 @@ preparing a new release.
|
||||||
|
|
||||||
### A week before the release
|
### A week before the release
|
||||||
|
|
||||||
* _Except minor releases:_ Upgrade all Python dependencies in
|
* For a major release (e.g. 4.0):
|
||||||
`requirements` to latest upstream versions so they can burn in (use
|
* Upgrade all Python dependencies in
|
||||||
`pip list --outdated`).
|
`requirements` to latest upstream versions so they can burn in (use
|
||||||
* _Except minor releases:_ Update all the strings on Transifex and
|
`pip list --outdated`).
|
||||||
notify translators that they should translate the new strings to get
|
* Update all the strings on Transifex and
|
||||||
them in for the next release.
|
notify translators that they should translate the new strings to get
|
||||||
|
them in for the next release.
|
||||||
* Create a burn-down list of bugs that need to be fixed before we can
|
* Create a burn-down list of bugs that need to be fixed before we can
|
||||||
release, and make sure all of them are being worked on.
|
release, and make sure all of them are being worked on.
|
||||||
* Draft the release blog post (a.k.a. the release notes) in Paper. In
|
* Draft the release blog post (a.k.a. the release notes) in Paper. In
|
||||||
|
|
Loading…
Reference in New Issue