GitHub user tamaashu opened a pull request:
https://github.com/apache/zookeeper/pull/661
ZOOKEEPER-3154: Update release process to use the MarkDown solution
Added `mvn clean` and `mvn install` to `ant clean` and `ant compile` as
dependency.
This way we clean and build zookeeper-docs maven sub-project when we clean
and build main ant project.
Added releasenotes.md and fixed small issues in MarkDown files.
Next step is to remove not needed forrest content and dead ant code.
Only valid for master branch, do not backport to branch-3.4 or branch-3.5.
Adopted versions are coming.
Change-Id: I308a970c253be1bb82387516bf7b08bd7818a2c7
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tamaashu/zookeeper ZOOKEEPER-3154
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/661.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #661
----
commit b77c178a1134b14b4851dea8b1b391e735556acc
Author: Tamas Penzes <tamaas@...>
Date: 2018-10-09T15:24:48Z
ZOOKEEPER-3154: Update release process to use the MarkDown solution
Added `mvn clean` and `mvn install` to `ant clean` and `ant compile` as
dependency.
This way we clean and build zookeeper-docs maven sub-project when we clean
and build main ant project.
Added releasenotes.md and fixed small issues in MarkDown files.
Next step is to remove not needed forrest content and dead ant code.
Only valid for master branch, do not backport to branch-3.4 or branch-3.5.
Adopted versions are coming.
Change-Id: I308a970c253be1bb82387516bf7b08bd7818a2c7
----
---