John Engelman
2014-02-25 15:46:01 UTC
Hey core devs!
I've patched a number of bugs in v2.0.0 of the Grails Gradle Plugin and pushed them into a 2.0.x branch in the project: https://github.com/grails/grails-gradle-plugin
I'd like to get a 2.0.1 release out, but I don't have credentials to do the release. I've created a '2.0.1' tag in the repo for the version to be released. Could someone who has the credentials do a publish? Or would it be possible for me to get the credentials necessary to publish versions of the plugin?
I've also started creating a more thorough documentation of the plugin and it's use/configuration. I used the Grails Document Engine to generate the site so that it matches the standard Grails documents. You can see the current state here: http://grails.github.io/grails-gradle-plugin/
There is a new 'gdocs' gradle task in the build that can be used to generate the site. I've set only the 'gh-pages' branch to accept commits for the rendered output. So my process has been to commit doc changes to 'src/docs' on either the 2.0.x or master branch, then merge that branch to 'gh-pages', run 'gradle gdocs', commit, and push.
I've patched a number of bugs in v2.0.0 of the Grails Gradle Plugin and pushed them into a 2.0.x branch in the project: https://github.com/grails/grails-gradle-plugin
I'd like to get a 2.0.1 release out, but I don't have credentials to do the release. I've created a '2.0.1' tag in the repo for the version to be released. Could someone who has the credentials do a publish? Or would it be possible for me to get the credentials necessary to publish versions of the plugin?
I've also started creating a more thorough documentation of the plugin and it's use/configuration. I used the Grails Document Engine to generate the site so that it matches the standard Grails documents. You can see the current state here: http://grails.github.io/grails-gradle-plugin/
There is a new 'gdocs' gradle task in the build that can be used to generate the site. I've set only the 'gh-pages' branch to accept commits for the rendered output. So my process has been to commit doc changes to 'src/docs' on either the 2.0.x or master branch, then merge that branch to 'gh-pages', run 'gradle gdocs', commit, and push.
--
John Engelman
John Engelman