NagiosEnterprises / nagioscore

Nagios Core
GNU General Public License v2.0
1.56k stars 448 forks source link

inconsistent release archive name under GitHub release page #339

Closed guessi closed 7 years ago

guessi commented 7 years ago

Hi,

it's not about the source code, but integration,

I'm building customized Nagios docker image with the release archive under GitHub release page, but the package naming are not always in the same format,

take the latest 10 release archives for example,

there are 4 types of formats

maybe we could have a release script to make sure release archive could have the same naming rule.

not a big deal, just wanna address this small issue πŸ‘

jfrickson commented 7 years ago

Ok, ok ;-)

From now on, actual releases will be nagios-x.y.z.tar.gz

Alphas, betas, release-candidates will be nagios-x.y.z-PHASE.gar.gz where PHASE will be like alpha4, beta2, rc1.

Feel free to take me to task if I mess it up!

guessi commented 7 years ago

@jfrickson thanks πŸ‘