Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CD guide for releasing plugins #4341

Merged
merged 8 commits into from
May 21, 2021
3 changes: 3 additions & 0 deletions content/doc/developer/publishing/releasing-cd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ For a regular component whose version number is not that meaningful:

Here a CI/release build (`-Dset.changelist` specified) will be of the form `123.vabcdef456789`. A snapshot build will be `999999-SNAPSHOT`: arbitrary but treated as a snapshot by Maven and newer than any release.
timja marked this conversation as resolved.
Show resolved Hide resolved

It's worth communicating this to your users, as they will see a very different version number format than before.
The best way to do this is to add a line to the release notes, link:https://github.com/jenkinsci/azure-artifact-manager-plugin/releases/tag/86.va2aa4b1038c7[example note].
timja marked this conversation as resolved.
Show resolved Hide resolved

For a component whose version number ought to reflect a release version of some wrapped component:

[source,diff]
Expand Down