Skip to content

Commit 850f139

Browse files
committed
fix:document creation
1 parent 015cc6d commit 850f139

File tree

5 files changed

+183
-160
lines changed

5 files changed

+183
-160
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
shell: bash
3131
run: |
3232
poetry run flake8 scheduler/
33+
3334
testFakeRedis:
3435
needs: [ 'flake8' ]
3536
runs-on: ubuntu-latest
@@ -143,6 +144,7 @@ jobs:
143144
label: coverage
144145
message: ${{ env.COVERAGE }}%
145146
color: green
147+
146148
# Prepare a draft release for GitHub Releases page for the manual verification
147149
# If accepted and published, release workflow would be triggered
148150
update_release_draft:

docs/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.0.2 🌈
4+
5+
### 🧰 Maintenance
6+
7+
- Update dependencies
8+
9+
### 🐛 Bug Fixes
10+
11+
- Add missing migration and check for missing migrations
12+
313
## v1.0.1 🌈
414

515
* Update dependencies

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs==1.5.2
2+
mkdocs-material==9.2.8

0 commit comments

Comments
 (0)