jdaugherty commented on code in PR #385:
URL:
https://github.com/apache/grails-static-website/pull/385#discussion_r2331179499
##########
buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy:
##########
@@ -100,6 +112,12 @@ class DownloadPage {
li {
a(href:
"https://github.com/apache/grails-quartz/releases/tag/v${quartzVersion}",
"Grails Quartz ${quartzVersion} Plugin Release Notes")
}
+ li {
+ a(href:
"https://github.com/apache/grails-github-actions/releases/tag/v${grailsGithubActionsVersion}",
"Grails GitHub Actions ${grailsGithubActionsVersion} Release Notes")
+ }
+ li {
+ a(href:
"https://github.com/apache/incubator-grails-gradle-publish/releases/tag/v${grailsGradlePublishVersion}",
"Grails Gradle Publish Plugin ${grailsGradlePublishVersion} Release Notes")
Review Comment:
Add the word Gradle between Publish & Plugin?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]