File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717## Releasing
1818
1919- Update the ` NEWS `
20- - Update version number in ` meson.build ` and ` configure.ac ` .
20+ - Update version number in ` meson.build ` .
2121- Open a PR titled "Release $VERSION" with the above to see if CI passes.
2222- Merge the PR to the target branch.
2323- Check out the target branch, pull the above change locally and make
2424 sure the submodules are correct and checked out.
25- - Build with ` meson ` and ` make ` , with all options enabled.
26- - Create a tarball with ` make dist ` . The tarball is created from a
27- clean checkout. It is produced as ` flatpak-builder-$VERSION.tar.xz ` .
25+ - Build with ` meson ` , with all options enabled.
26+ - Create a tarball with ` meson dist --include-subprojects -C builddir ` .
27+ The tarball is created from a clean checkout. It is produced as
28+ ` builddir/meson-dist/flatpak-builder-$VERSION.tar.xz ` .
2829- Verify the project is buildable using the tarball. The tarball MUST
2930 contain the submodule files.
3031
You can’t perform that action at this time.
0 commit comments