-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release Knot.x with Gradle #31
Conversation
override fun apply(project: Project) { | ||
with(project) { | ||
tasks { | ||
// register<AggregateChangelogsTask>("aggregateChanges") { |
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.
This is commented.
{% for entry in repo.changes %}{{ entry }} | ||
{% endfor %}{% endfor %} | ||
|
||
## Upgrade notes |
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.
Please add support for upgrade notes section.
792918f
to
943c72c
Compare
all java repos covered with release plugin releasing stack add knotx-docker releasing releasing starter-kit readme update
943c72c
to
8425849
Compare
@@ -0,0 +1,214 @@ | |||
--- |
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.
Please extract the part of this page to separate file and include. Then update only small template.
import java.time.LocalDateTime | ||
import java.time.format.DateTimeFormatter | ||
|
||
open class AggregateChangelogsTask : DefaultTask() { |
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.
Unit tests here.
Releasing Knot.x using Gradle.
See #19 for details.