On 06/19/2017 08:32 PM, John D. Ament wrote: > I was searching around for information and wanted to get some simple > examples together. How are the releases for Pony Mail created (tar + > signatures)? > > John >
Spotty Internet today, but here goes. Pony Mail is designed to just run out of the box with the code in the repo, no compiling should be required. Furthermore, master is, ideally, always releasable code (there may be times when this isn't true, let's work on that when we have enough people-power), so with that in mind: - Create a a.b branch (0.10, 0.11 etc) from master - tarball it all, it's all read-to-run code - put the tarball somewhere (add checksum file etc) - hold a vote on the tarball - the git branch will help with provenance - when vote finished, push to dist/release - profit With regards, Daniel.
