Updated release instructions

This commit is contained in:
Stian Thorgersen 2015-05-20 07:10:53 +02:00
parent c0795ce2c7
commit c8b19fa1ae

View file

@ -26,18 +26,16 @@ $ mvn -Pjboss-release deploy
* Upload src and distro zips to sf.net/projects/keycloak. This includes appliance, war-dist, each adapter, and proxy distros. You need to create an adapters folder on sf.net and each uploaded adapter there. * Upload src and distro zips to sf.net/projects/keycloak. This includes appliance, war-dist, each adapter, and proxy distros. You need to create an adapters folder on sf.net and each uploaded adapter there.
* Upload documentation to docs.jboss.org * Upload documentation to http://keycloak.github.io/
``` ```
$ sftp keycloak@filemgmt.jboss.org $ git clone https://github.com/keycloak/keycloak.github.io.git
> cd docs_htdocs/keycloak/docs $ cd keycloak.github.io.git/docs
> mkdir 1.0.0.Final (or whatever version) $ rm -rf *
> quit $ unzip distribution/docs-dist/target/keycloak-docs-1.0.0.Final.zip
$ git add --all
$ unzip distribution/examples-docs-zip/target/keycloak-examples-docs-dist.zip $ git commit
$ cd docs $ git push
$ rsync -rv --protocol=28 * keycloak@filemgmt.jboss.org:/docs_htdocs/keycloak/docs/1.0.0.Final
``` ```
* tag release * tag release
``` ```
$ git tag -a -m "1.0.0.Final" 1.0.0.Final $ git tag -a -m "1.0.0.Final" 1.0.0.Final