Browse Source
Merge branch 'master' into dev-getquery
pull/4573/head
gyudoza
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
2 deletions
-
.github/workflows/latest-changes.yml
-
docs/en/docs/release-notes.md
|
|
@ -34,9 +34,12 @@ jobs: |
|
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
|
with: |
|
|
|
limit-access-to-actor: true |
|
|
|
- uses: docker://tiangolo/latest-changes:0.0.3 |
|
|
|
- uses: docker://tiangolo/latest-changes:0.2.0 |
|
|
|
# - uses: tiangolo/latest-changes@main |
|
|
|
with: |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
|
latest_changes_header: '## Latest Changes\n\n' |
|
|
|
latest_changes_header: '## Latest Changes' |
|
|
|
end_regex: '^## ' |
|
|
|
debug_logs: true |
|
|
|
label_header_prefix: '### ' |
|
|
|
|
|
@ -7,6 +7,10 @@ hide: |
|
|
|
|
|
|
|
## Latest Changes |
|
|
|
|
|
|
|
### Internal |
|
|
|
|
|
|
|
* 📝 Update release notes, move and check latest-changes. PR [#10588](https://github.com/tiangolo/fastapi/pull/10588) by [@tiangolo](https://github.com/tiangolo). |
|
|
|
* 👷 Upgrade latest-changes GitHub Action. PR [#10587](https://github.com/tiangolo/fastapi/pull/10587) by [@tiangolo](https://github.com/tiangolo). |
|
|
|
|
|
|
|
## 0.104.1 |
|
|
|
|
|
|
|