-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from jenkinsci/bitwiseman-patch-1
Add CONTRIBUTING.adoc with publishing instructions
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
= Contributing | ||
|
||
== Publishing a new release | ||
|
||
This plugin uses the standard system for publishing | ||
https://www.jenkins.io/doc/developer/publishing/releasing-cd/#releasing[incremental Jenkins releases]. | ||
To trigger the system to publish a new version of this plugin, add a descriptive label such as `developer` or `enhancement` | ||
to your PR before it is merged. When the PR is merged, the system will automatically publish a new version of the plugin. | ||
|
||
NOTE: the `dependencies`, `chore`, and `java` labels will not trigger publishing of a new version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters