]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 1 Aug 2024 00:05:23 +0000 (00:05 +0000)
committergithub-actions <github-actions@github.com>
Thu, 1 Aug 2024 00:05:23 +0000 (00:05 +0000)
docs/release-notes.md

index 7dfac822d53d71ca3065b7070ff41650b46222dd..9adb18b5211ff04ca901bbeab4936e7a88bdb7a3 100644 (file)
@@ -6,6 +6,10 @@
 
 * ✏️ Fix typo in `cascade_delete` docs. PR [#1030](https://github.com/tiangolo/sqlmodel/pull/1030) by [@tiangolo](https://github.com/tiangolo).
 
+### Internal
+
+* ♻️ Refactor Deploy Docs GitHub Action to be a script and update token preparing for org. PR [#1039](https://github.com/tiangolo/sqlmodel/pull/1039) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.0.21
 
 ### Features