Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 540 Bytes

RELEASE_HOWTO.md

File metadata and controls

18 lines (17 loc) · 540 Bytes

Steps for doing a xdg-desktop-portal release

  • git clean -fxd
  • ./autogen.sh && make -C po/ update-po
  • git add po/*po && git commit -m "Update po files"
  • git clean -fxd
  • bump version in configure.ac
  • add content to NEWS
  • git commit -m
  • git push origin main
  • ./autogen.sh --enable-docbook-docs
  • make all
  • make distcheck
  • git tag
  • git push origin refs/tags/
  • upload tarball to github as release
  • edit release, copy NEWS section in
  • update portal api docs in the gh-pages branch