Discussion:
release for v2.0.1 of the Grails Gradle Plugin
John Engelman
2014-02-25 15:46:01 UTC
Permalink
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.
--
John Engelman
Graeme Rocher
2014-02-25 16:16:10 UTC
Permalink
Fantastic work John! Thanks for the contribution.

I have released v2.0.1, it may take a little while to sync to central

Cheers

On Tue, Feb 25, 2014 at 4:46 PM, John Engelman
Post by John Engelman
Hey core devs!
I've patched a number of bugs in v2.0.0 of the Grails Gradle Plugin and
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
--
Graeme Rocher
Grails Project Lead
SpringSource

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
John Engelman
2014-02-25 18:07:40 UTC
Permalink
Thanks Graeme!
--
John Engelman
Post by Graeme Rocher
Fantastic work John! Thanks for the contribution.
I have released v2.0.1, it may take a little while to sync to central
Cheers
On Tue, Feb 25, 2014 at 4:46 PM, John Engelman
Post by John Engelman
Hey core devs!
I've patched a number of bugs in v2.0.0 of the Grails Gradle Plugin and
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
--
Graeme Rocher
Grails Project Lead
SpringSource
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Loading...