Open KPull opened 7 years ago
We currently do the following when releasing a new version of Bastion:
develop
master
mvn deploy -Prelease
SNAPSHOT
We need to automate/script this so that we can configure Travis to run the whole process by itself.
We currently do the following when releasing a new version of Bastion:
develop
branch intomaster
branch.mvn deploy -Prelease
.master
for the version we're releasing.master
intodevelop
.SNAPSHOT
version.master
,develop
and the new tag.We need to automate/script this so that we can configure Travis to run the whole process by itself.