-
Notifications
You must be signed in to change notification settings - Fork 269
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
Enable CD #277
Enable CD #277
Conversation
.github/dependabot.yml
Outdated
- package-ecosystem: maven | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: monthly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was not previously enabled; will produce a steady flow of PRs, though they can be ignored if you prefer. (Note that updating the POM would require a switch to 2.361.x and Java 11.)
@@ -48,86 +48,6 @@ THE SOFTWARE. | |||
</license> | |||
</licenses> | |||
|
|||
<developers> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All obsolete, not helpful.
Possible as of jenkins-infra/repository-permissions-updater#3057. See: https://www.jenkins.io/doc/developer/publishing/releasing-cd/ and in particular the description of the version number format change.
@didiez this is just up to you; do not hesitate to close if you prefer to
mvn release:{prepare,perform}
manually with the existing version scheme. If this is merged, then it becomes possible to cut releases merely by merging appropriately-labeled PRs. (All PRs should be given one of the stock labels likedependencies
,chore
,enhancement
, orbug
before merge.)