Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest committed May 31, 2016
1 parent 14660db commit e1f686c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@ pre() {
doit() {
git checkout master
git pull
mvn versions:set -DgenerateBackupPoms=false
mvn clean deploy -DskipTests -Dgpg.skip=false
./dist.sh
# TODO upload
echo -e "Don't forget \x1b[33mquerydsl-contrib\x1b[m."
echo -e "After deploying the \x1b[33mreference documentation\x1b[m, update the \x1b[33mcurrent symlink\x1b[m"
}

# TODO finalize release

post() {
echo "post release stuff"
# TODO update querydsl.com
# TODO close github milestone
# TODO tag release
# TODO bump version
}

if [ “$1== “pre” ]; then
Expand Down

0 comments on commit e1f686c

Please sign in to comment.