grails-spring-security-core
grails-spring-security-core copied to clipboard
Milestone docs not published to /latest
Issue description
On grails-core milestone docs are published to the /latest directory on gh-pages, whereas on grails-spring-security they are not.
https://docs.grails.org/latest/guide/single.html
https://github.com/apache/grails-spring-security/tree/gh-pages/latest https://apache.github.io/grails-spring-security/latest/
On grails-spring-security, milestone docs are currently only published to the branch directory (/7.0.x) and version directory (/7.0.0-M3). https://apache.github.io/grails-spring-security/7.0.x/core-plugin/guide/ https://apache.github.io/grails-spring-security/7.0.0-M3/core-plugin/guide/
Publishing to latest will allow the links on https://grails.apache.org/documentation.html to point to /latest and remove the need to update between versions.