mozilla / releasewarrior

Similar to the definition of a Census, this tool systematically acuires and records information about the releases of a given product
9 stars 16 forks source link

uses published_release instead of post_release and publish_balrog #19

Closed lundjordan closed 8 years ago

lundjordan commented 8 years ago

okay, major overhaul...

this patch:

1) removes --post-release and --publish-balrog options. these are both now represented as --published-release 2) fixed all current releases in flight accordingly which was a pain because of all the FUTURE releases. ignored ARCHIVED releases 3) fixed anchor tagging in release templates. 4) published_release can mean a few things: a) for fennec: run post release job and update shipit b) for firefox: unlock publish release human task (so publish to balrog and post release tasks run) and update shipit c) etc 5) patch how-to/relpro.md docs so (4) ^ is more clear 6) rename the --publish-to-beta-balrog step to --publish-rc-beta-release in RCs so it is more clear that this only publishes to beta channel and is specific to RC releases

I did some local test runs and from eyeball, output looked sane.

@Callek r?

Callek commented 8 years ago

At a glance this looks good, I'm partial to renaming the rc_beta_release like I mentioned, but not blocking on it