Skip to content

Commit

Permalink
release note for r1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed May 24, 2020
1 parent b002485 commit 52b4415
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /opt
# RUN git clone https://github.com/blackholll/loonflow.git
RUN git clone https://gitee.com/shihowcom/loonflow_ro
WORKDIR /opt/loonflow_ro
RUN git checkout r1.0.5
RUN git checkout r1.0.6
WORKDIR /opt
RUN mv loonflow_ro loonflow
WORKDIR /opt/loonflow/requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN mkdir -p /var/log/loonflow & \
yum install -y git python3

WORKDIR /opt
RUN git clone --branch r1.0.5 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone --branch r1.0.6 https://gitee.com/shihowcom/loonflow_ro loonflow
WORKDIR loonflow
RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_loonflow.py
7 changes: 7 additions & 0 deletions sphinx_docs/source/others/release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
发布说明
==============

---------
r1.0.6
---------
- 优化: hook流转suggestion获取方式调整
- 优化: sphix文档新增场景问题
- 优化: readme中调用方demo相关信息修改

---------
r1.0.5
---------
Expand Down

0 comments on commit 52b4415

Please sign in to comment.