You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/09/09 02:57:59 UTC

[skywalking-python] branch polish/doc updated (9c0a902 -> 7e67423)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch polish/doc
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


    from 9c0a902  Cleanup the release notes
     add 64e7ee7  Add dockerfile and image releasing scripts (#159)
     add 7e67423  Merge branch 'master' into polish/doc

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                  |  7 ++---
 Makefile                      |  6 +++++
 README.md                     |  7 +++++
 docker/Dockerfile             | 26 +++++++++++++++++++
 docker/Makefile               | 51 +++++++++++++++++++++++++++++++++++++
 docker/README.md              | 53 ++++++++++++++++++++++++++++++++++++++
 docs/How-to-release-docker.md | 59 +++++++++++++++++++++++++++++++++++++++++++
 docs/How-to-release.md        | 12 ++++-----
 8 files changed, 211 insertions(+), 10 deletions(-)
 create mode 100644 docker/Dockerfile
 create mode 100644 docker/Makefile
 create mode 100644 docker/README.md
 create mode 100644 docs/How-to-release-docker.md