Repository: incubator-rocketmq Updated Branches: refs/heads/master 0c0b730b2 -> 55d73e18a
Fix release.xml to include files in sub-directories of conf Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/55d73e18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/55d73e18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/55d73e18 Branch: refs/heads/master Commit: 55d73e18a4f59416c9d5820bc3bb989cf9dd2a55 Parents: 0c0b730 Author: Zhanhui Li <[email protected]> Authored: Fri Jan 6 12:51:26 2017 +0800 Committer: Zhanhui Li <[email protected]> Committed: Fri Jan 6 12:51:26 2017 +0800 ---------------------------------------------------------------------- release.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/55d73e18/release.xml ---------------------------------------------------------------------- diff --git a/release.xml b/release.xml index dcef3ab..40a56df 100644 --- a/release.xml +++ b/release.xml @@ -27,7 +27,7 @@ <fileSet> <includes> <include>bin/*</include> - <include>conf/*</include> + <include>conf/**</include> <include>benchmark/*</include> <include>LICENSE</include> <include>NOTICE</include>
