Skip to content

Commit

Permalink
fix:document creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 10, 2023
1 parent 015cc6d commit 850f139
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 160 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
shell: bash
run: |
poetry run flake8 scheduler/
testFakeRedis:
needs: [ 'flake8' ]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
label: coverage
message: ${{ env.COVERAGE }}%
color: green

# Prepare a draft release for GitHub Releases page for the manual verification
# If accepted and published, release workflow would be triggered
update_release_draft:
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.0.2 🌈

### 🧰 Maintenance

- Update dependencies

### 🐛 Bug Fixes

- Add missing migration and check for missing migrations

## v1.0.1 🌈

* Update dependencies
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs==1.5.2
mkdocs-material==9.2.8
Loading

0 comments on commit 850f139

Please sign in to comment.