mirror of https://github.com/mpv-player/mpv
DOCS: mark the recent release in client-api-changes.rst
Also add instructions to release-policy.md, since this can be easily forgotten. CC: @mpv-player/stable
This commit is contained in:
parent
52f2f67553
commit
a1be3cf147
|
@ -25,6 +25,7 @@ API changes
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
--- mpv 0.5.0 is released ---
|
||||||
1.3 - add MPV_MAKE_VERSION()
|
1.3 - add MPV_MAKE_VERSION()
|
||||||
1.2 - remove "stream-time-pos" property (no replacement)
|
1.2 - remove "stream-time-pos" property (no replacement)
|
||||||
1.1 - remap dvdnav:// to dvd://
|
1.1 - remap dvdnav:// to dvd://
|
||||||
|
|
|
@ -24,6 +24,8 @@ Release procedure
|
||||||
|
|
||||||
- Create and/or update the ``VERSION`` file.
|
- Create and/or update the ``VERSION`` file.
|
||||||
|
|
||||||
|
- Update ``DOCS/client-api-changes.rst`` (on major releases).
|
||||||
|
|
||||||
- Create tag v0.X.Y.
|
- Create tag v0.X.Y.
|
||||||
|
|
||||||
- Push branch and tag to GitHub.
|
- Push branch and tag to GitHub.
|
||||||
|
|
Loading…
Reference in New Issue