Ticket #725 (closed New feature: fixed)
Piwik.org should handle two types of release: STABLE and BETA releases.
| Reported by: | matt | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.4 |
| Component: | Website piwik.org | Keywords: | |
| Cc: | Sensitive: |
Description
Even though Piwik is not stable as such, some releases are more risky than others (eg. 0.2.35). In this case we should have released under a "beta" label.
Currently the release script builds from a SVN tag. It checkouts the tag, delete some useless directories (tests/ etc.), and then packages up, copies into http://builds.piwik.org, and updates the http://builds.piwik.org/LATEST with the version number.
Instead we should have two releases (or event three?).
- the current official release (near stable)
- a beta release (if the version name contains "rc" or "beta" ?)
- a nightly build of the SVN trunk
The release could be automatically flagged as beta if the name contains beta or RC. It would not update http://builds.piwik.org/LATEST (this file is used by all Piwik installs to check what is the latest piwik release and print an "You need to update" message).
The beta could be advertised below the red download box on Piwik.org: "Download 0.2.37" and below "Download and test the beta release: 0.4rc1"
