This is an automated email from the ASF dual-hosted git repository.
zhoujieguang pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
The following commit(s) were added to refs/heads/main by this push:
new 2ef725e chore: Correct some desc for this repos (#85)
2ef725e is described below
commit 2ef725ef71e9cb55a67080cc9141079698546403
Author: Jay Chung <[email protected]>
AuthorDate: Tue Mar 28 12:05:33 2023 +0800
chore: Correct some desc for this repos (#85)
---
.github/workflows/ci.yaml | 2 +-
RELEASE.md | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e76d26f..958f8eb 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -154,7 +154,7 @@ jobs:
if: ${{ github.event_name == 'schedule' ||
contains(toJSON(github.event.commits.*.message), '[run-it]') }}
timeout-minutes: 30
steps:
- - name: Checkout Dolphinscheduler SDK Python
+ - name: Checkout Dolphinscheduler Python SDK
uses: actions/checkout@v3
with:
path: src
diff --git a/RELEASE.md b/RELEASE.md
index 1c241ba..16ba283 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -82,13 +82,13 @@ cd release/dolphinscheduler && svn add python/"${VERSION}"
&& svn commit python
Create a new vote in [email protected]
```text
-TITLE: [VOTE] Release Apache DolphinScheduler SDK Python <VERSION>
+TITLE: [VOTE] Release Apache DolphinScheduler Python SDK <VERSION>
BODY:
Hello DolphinScheduler Community,
-This is a call for the vote to release Apache DolphinScheduler SDK Python
version <VERSION>
+This is a call for the vote to release Apache DolphinScheduler Python SDK
version <VERSION>
Release notes:
https://github.com/apache/dolphinscheduler-sdk-python/releases/tag/<VERSION>
@@ -146,7 +146,7 @@ Vote result should follow these:
- **Send the closing vote mail to announce the result**. When count the
binding and no binding votes, please list the names of voters. An example like
this:
```text
- [RESULT][VOTE] Release Apache SkyWalking Python version $VERSION
+ [RESULT][VOTE] Release Apache DolphinScheduler Python version $VERSION
72+ hours passed, we’ve got ($NUMBER) +1 bindings (and ... +1
non-bindings):
@@ -177,15 +177,15 @@ Vote result should follow these:
- Send ANNOUNCE email to `[email protected]` and
`[email protected]`.
```text
- Subject: [ANNOUNCE] Apache DolphinScheduler SDK Python $VERSION Released
+ Subject: [ANNOUNCE] Apache DolphinScheduler Python SDK $VERSION Released
Content:
Hi Community,
- We are glad to announce the release of Apache DolphinScheduler SDK Python
$VERSION.
+ We are glad to announce the release of Apache DolphinScheduler Python SDK
$VERSION.
- Apache DolphinScheduler SDK Python is an API for Apache DolphinScheduler
which allow you definition your workflow by Python code, aka workflow-as-codes.
+ Apache DolphinScheduler Python SDK is an API for Apache DolphinScheduler
which allow you definition your workflow by Python code, aka workflow-as-codes.
DolphinScheduler is a distributed and easy-to-extend visual workflow
scheduler system,
dedicated to solving the complex task dependencies in data processing,
making the scheduler system out of the box for data processing.