jamesfredley commented on code in PR #385:
URL: 
https://github.com/apache/grails-static-website/pull/385#discussion_r2331213898


##########
buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy:
##########
@@ -82,6 +84,16 @@ class DownloadPage {
                                 a(href: sourceUrl(quartzVersion, 
'grails-quartz', '.sha512', 'quartz'), 'SHA512')
                                 a(href: sourceUrl(quartzVersion, 
'grails-quartz', '.asc', 'quartz'), 'ASC')
                             }
+                            li {
+                                a(href: sourceUrl(quartzVersion, 
'grails-github-actions', '', 'actions'), "Grails GitHub Actions 
${grailsGithubActionsVersion} Source")
+                                a(href: sourceUrl(quartzVersion, 
'grails-github-actions', '.sha512', 'actions'), 'SHA512')
+                                a(href: sourceUrl(quartzVersion, 
'grails-github-actions', '.asc', 'actions'), 'ASC')
+                            }
+                            li {
+                                a(href: sourceUrl(quartzVersion, 
'grails-publish', '', 'grails-publish'), "Grails Gradle Publish Plugin 
${grailsGradlePublishVersion} Source")

Review Comment:
   Updated



##########
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:
   Updated



-- 
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]

Reply via email to