summaryrefslogtreecommitdiffstats
path: root/release.template
Commit message (Collapse)AuthorAgeFilesLines
* Update the gh-pages branchFlorian Zschocke2020-01-271-0/+9
| | | | | | The site was generated, but updating the gh-pages branch was included in the `publishSite` target. So a new target is added and called, `updateSite`.
* Adjust `release.template` for publishing releases on GitHubFlorian Zschocke2020-01-271-20/+44
| | | | | | | | | | | | | | | | | The major change is switching from `publishBinaries`, which still exists and uploads to Bintray, to `releaseBinaries`, which creates a draft release on GitHub and uploads the binaries. Another change is some reordering. Now first the binaries are uploaded, the maven artifacts pubished and the tag and site pages pushed. Then the GitHub release is made public. Only after that is the minor version bumped and pushed. The whole script could use some error checking and stoping when things go wrong, instead of blindly continuing. A minor change, and temporary, is that we need and check for Ant 1.9, as we still build with Java 7.
* Simplify build and contribution process back to master/trunk developmentJames Moger2015-11-231-14/+3
|
* Merge non-fast-forward for release branch mergesJames Moger2014-06-161-3/+3
|
* Update build script for git-flow releasesJames Moger2014-06-161-84/+96
|
* Added buildMavenArtifacts target to release script templateJames Moger2013-08-221-1/+1
|
* Added maintaining a Maven repository to the build release processJames Moger2013-07-251-0/+32
|
* Added release script template and build.xml adjustmentsJames Moger2013-07-141-0/+52