mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 00:44:45 +01:00
.. | ||
brew | ||
linux-alpine | ||
linux-aosc | ||
linux-arch | ||
linux-centos | ||
linux-debian | ||
linux-fedora | ||
linux-gentoo | ||
linux-void | ||
mac-ports | ||
snapcraft | ||
spack | ||
windows-chocolatey | ||
README.md |
HTTPie release process
Welcome on the documentation part of the HTTPie release process.
- If you do not know HTTPie, have a look here.
- If you are looking for HTTPie installation or upgrade instructions, then you can find all you need for your OS on that page. In the case you do not find your OS, let us know.
- If you are looking for technical information about the HTTPie packaging, then you are at the good place.
About
You are looking at the HTTPie packaging documentation, where you will find valuable information about how we manage to release HTTPie to lots of OSes, including technical data that may be worth reading if you are a package maintainer.
The overall release process starts simple:
- Do the PyPi publication.
- Then, handle company-related tasks.
- Finally, follow OS-specific steps, described in documents below, to send patches downstream.
First, PyPi
Let's do the release on PyPi. That is done quite easily by manually triggering the release workflow.
Then, company-specific tasks
- Blank the
master_and_released_docs_differ_after
value in config.json. - Update the contributors list.
- Update the HTTPie version bundled into Termible (example).
Finally, spread dowstream
Find out how we do release new versions for each and every supported OS in the following table. A more complete state of deployment can be found on repology, including unofficial packages.
OS | Maintainer |
---|---|
Alpine | HTTPie |
Arch Linux, and derived | trusted person |
🚧 AOSC OS | HTTPie |
CentOS, RHEL, and derived | trusted person |
Debian, Ubuntu, and derived | trusted person |
Fedora | trusted person |
Gentoo | HTTPie |
🚧 Homebrew, Linuxbrew | HTTPie |
🚧 MacPorts | HTTPie |
Snapcraft | HTTPie |
Spack | HTTPie |
Void Linux | HTTPie |
Windows — Chocolatey | HTTPie |
🆕 You do not find your system or you would like to see HTTPie supported on another OS? Then let us know.