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

Release Knot.x with Gradle #31

Merged
merged 2 commits into from
May 20, 2020
Merged

Conversation

malaskowski
Copy link
Member

@malaskowski malaskowski commented Mar 23, 2020

Releasing Knot.x using Gradle.

See #19 for details.

release-gradle/README.md Outdated Show resolved Hide resolved
release-gradle/README.md Outdated Show resolved Hide resolved
override fun apply(project: Project) {
with(project) {
tasks {
// register<AggregateChangelogsTask>("aggregateChanges") {
Copy link
Member

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
Copy link
Member

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.

Skejven added 2 commits May 20, 2020 20:47
all java repos covered with release plugin

releasing stack

add knotx-docker releasing

releasing starter-kit

readme update
@tomaszmichalak tomaszmichalak force-pushed the feature/release-automation branch from 943c72c to 8425849 Compare May 20, 2020 18:47
@@ -0,0 +1,214 @@
---
Copy link
Member

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() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit tests here.

@tomaszmichalak tomaszmichalak merged commit bc54259 into master May 20, 2020
@tomaszmichalak tomaszmichalak deleted the feature/release-automation branch May 20, 2020 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants