Skip to content
LI Daobing edited this page Apr 22, 2024 · 11 revisions

How to release a version

  1. update NEWS.md.
  2. bump version in meson.build.
  3. update po (guide in README.md).
  4. git tag -a "v0.X.Y"; git push --tags
  5. create a release from https://github.com/iptux-src/iptux/tags
  6. update https://github.com/iptux-src/homebrew-iptux
  7. publish snap

How to test snap build locally

sudo snap install --classic snapcraft
cd /path/to/iptux
/snap/bin/snapcraft
sudo snap install ./iptux_*.snap --dangerous
/snap/bin/iptux
Clone this wiki locally