mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-24 01:50:59 +00:00
release: update the description
This commit is contained in:
parent
06b0ec8ead
commit
a32b16c467
1 changed files with 9 additions and 5 deletions
14
release.md
14
release.md
|
@ -3,15 +3,19 @@
|
|||
- Update to the given version:
|
||||
- meson.build
|
||||
- cargo.toml
|
||||
- installer/wix/build_installer.ps1
|
||||
- VERSION
|
||||
|
||||
- create a tag on gitlab
|
||||
- meson builddir -Dbuildtype=release
|
||||
- ninja -C builddir dist
|
||||
- upload the package and the sha256 to gitlab for Flatpak in the release notes
|
||||
- Fetch the package from the `linux release` job or you can make it manually with:
|
||||
- meson builddir -Dbuildtype=release
|
||||
- ninja -C builddir dist
|
||||
- Upload the package .xz file and the sha256 to gitlab release page in the release notes
|
||||
see https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/-/releases/0.3.2
|
||||
|
||||
# flathub
|
||||
|
||||
https://github.com/flathub/org.freedesktop.dabrain34.GstPipelineStudio
|
||||
|
||||
- Need to update the package and the sha256 generated by ninja -C builddir dist
|
||||
- Need to update the package and the sha256 from the release page, ie https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/-/releases/0.3.2
|
||||
- Create a pull request with the package update
|
||||
- Wait at lest 2-3 hours after merging to get the update available.
|
||||
|
|
Loading…
Reference in a new issue