File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ export release_ver="0.1.8"
16
16
17
17
git commit -a -m "Release ${release_ver}" --no-verify
18
18
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
19
+ ninja dist
19
20
git push --tags
20
21
git push
21
- ninja dist
22
22
gpg -b -a meson-dist/passim-${release_ver}.tar.xz
23
23
24
24
Create release and upload tarball to https://github.com/hughsie/passim/tags
Original file line number Diff line number Diff line change 20
20
<binary >passim</binary >
21
21
</provides >
22
22
<releases >
23
+ <release version =" 0.1.8" date =" 2024-04-29" >
24
+ <description >
25
+ <p >This release fixes the following bugs:</p >
26
+ <ul >
27
+ <li >Fix an almost-impossible resource leak when adding files</li >
28
+ </ul >
29
+ </description >
30
+ </release >
23
31
<release version =" 0.1.7" date =" 2024-04-17" >
24
32
<description >
25
33
<p >This release fixes the following bugs:</p >
You can’t perform that action at this time.
0 commit comments