mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 09:00:59 +00:00
10 lines
226 B
Markdown
10 lines
226 B
Markdown
|
# Create a release
|
||
|
|
||
|
- Update to the given version:
|
||
|
- meson.build
|
||
|
- cargo.toml
|
||
|
- create a tag on gitlab
|
||
|
- meson builddir -Dbuildtype=release
|
||
|
- ninja -C buiddir dist
|
||
|
- upload the package and the sha256 to gitlab for Flatpak
|