Skip to content

Commit

Permalink
fix: release script logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 31, 2020
1 parent aecc7fc commit 67df491
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: CD

#on:
# push:
# branches:
# - master

on:
push:
branches-ignore:
- '**' # temporally ignore all
branches:
- master

#on:
# push:
# branches-ignore:
# - '**' # temporally ignore all


jobs:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Release

on:
push:
branches:
- master
schedule:
- cron: "55 15 * * 5"

#on:
# push:
# branches:
# - master

jobs:
regular-release:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Change Logs

Jina is released on every Friday evening. The PyPi package and Docker Image will be updated, the changes of the release will be tracked by this file.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Jina Documentation
:maxdepth: 1
:caption: Release Notes

chapters/release-process.md
chapters/CHANGELOG.md


Expand Down

0 comments on commit 67df491

Please sign in to comment.