src/main/webapp/contribute/manual-release-guide.html [289:329]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
git push --delete origin unomi-root-{{ site.data.unomi.next.stable.version }}
git tag -d unomi-root-{{ site.data.unomi.next.stable.version }}
mvn versions:set -DskipITs=true -DskipTests=true -P integration-tests,rat,apache-release,docker,\!run-tests
mvn versions:set
svn mv https://dist.apache.org/repos/dist/dev/unomi/{{ site.data.unomi.next.stable.version }} https://dist.apache.org/repos/dist/release/unomi/{{ site.data.unomi.next.stable.version }} -m "Apache Unomi {{ site.data.unomi.next.stable.version }} Release"
release
.
www.apache.org/dist
, make sure you use the closer.lua script).
Be careful with links that contain & (ampersand) characters, they must be replaced with &. Normally all
this should be easy to do by simply search & replacing the version number. Finally on the home page update the news section to add the release.
git clone https://gitbox.apache.org/repos/asf/unomi-site.git
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/main/webapp/contribute/release-guide.html [209:249]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
git push --delete origin unomi-root-{{ site.data.unomi.next.stable.version }}
git tag -d unomi-root-{{ site.data.unomi.next.stable.version }}
mvn versions:set -DskipITs=true -DskipTests=true -P integration-tests,rat,apache-release,docker,\!run-tests
mvn versions:set
svn mv https://dist.apache.org/repos/dist/dev/unomi/{{ site.data.unomi.next.stable.version }} https://dist.apache.org/repos/dist/release/unomi/{{ site.data.unomi.next.stable.version }} -m "Apache Unomi {{ site.data.unomi.next.stable.version }} Release"
release
.
www.apache.org/dist
, make sure you use the closer.lua script).
Be careful with links that contain & (ampersand) characters, they must be replaced with &. Normally all
this should be easy to do by simply search & replacing the version number. Finally on the home page update the news section to add the release.
git clone https://gitbox.apache.org/repos/asf/unomi-site.git
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -