mirror of
https://github.com/lutris/lutris.git
synced 2026-02-19 15:54:08 -05:00
31 lines
620 B
ReStructuredText
31 lines
620 B
ReStructuredText
Release Guidelines
|
|
==================
|
|
|
|
Preparation
|
|
-----------
|
|
- Write changelog
|
|
- Create git tag: ``git tag vX.Y.Z``
|
|
|
|
GitHub Release
|
|
--------------
|
|
- Draft new release: https://github.com/lutris/lutris/releases/new
|
|
- Copy changelog to release notes
|
|
- Close the milestone
|
|
|
|
Build & Upload
|
|
--------------
|
|
- ``make build-source``
|
|
- ``make upload``
|
|
|
|
Website
|
|
-------
|
|
- Bump version in lutris website
|
|
- Deploy website to production
|
|
|
|
OpenSUSE Build Service
|
|
----------------------
|
|
Upload to OBS (https://build.opensuse.org/package/show/home:strycore/lutris):
|
|
|
|
- ``lutris.spec``
|
|
- ``build/lutris*.dsc``
|
|
- ``build/lutris*.tar.xz`` |