Forked from
VideoLAN / libplacebo
176 commits behind, 1 commit ahead of the upstream repository.
-
Niklas Haas authored
Apparently this makes releases more discoverable by users, or something. Fixes: https://github.com/haasn/libplacebo/issues/190
e9b39ab1
RELEASING.md 653 B
New release steps
Pre-release (vX.Y.0-rcN)
- Tag
vX.Y.0-rcN
onmaster
Normal release (vX.Y.0)
- Tag
vX.Y.0
onmaster
- Create version branch
vX.Y
- Force-push
release
branch (or fast-forward if possible) - Update topic on IRC #libplacebo
- Bump 'X' version number in meson.build, for next release (optional)
- Tag release on github
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 - Update topic on IRC #libplacebo
- Tag release on github