Skip to content

Commit 360bfc7

Browse files
committed
Update maintainance docs
1 parent fe8a52d commit 360bfc7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

MAINT.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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

0 commit comments

Comments
 (0)