Forked from
VideoLAN / libplacebo
1191 commits behind the upstream repository.
-
Niklas Haas authored
To actually bump the bugfix version number.
4fb841f7
RELEASING.md 461 B
New release steps
Pre-release (vX.Y.0-rcN)
- Tag
vX.Y.0-rcN
onmaster
Major release (vX.Y.0)
- Tag
vX.Y.0
onmaster
- Create version branch
vX.Y
- Force-push
release
branch (or fast-forward if possible)
Bugfix release (vX.Y.Z)
- Cherry-pick bug fixes onto version branch (
vX.Y
) - Update
Z
version number inmeson.build
- Tag
vX.Y.Z
on this branch - Fast-forward
release
branch iff this is the latest major release