Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

How to do a proper release of a beta version? #107

Closed MadsNielsen closed 6 years ago

MadsNielsen commented 6 years ago

It is possible to perform a 'proper' beta release for the experimental update center.

MadsNielsen commented 6 years ago

In short according to this: https://jenkins.io/blog/2013/09/23/experimental-plugins-update-center/

If you put beta or alpha in the version you're releasing. It will end up only visible to the experimental update center.

For example according to semver we could put this as version in our pom and do a release:

3.0.0-beta.1-SNAPSHOT

buep commented 6 years ago

Good with a comment, we can close this now.