2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-07-31 09:41:43 +00:00

Automatically generate release information (#335)

* Pull InvenTree release information from GitHub

* Cache API results to file

- Prevents rate limiting during testing

* Add 'include' file for auto-generating release notes table

* Add entry for 0.8.x
This commit is contained in:
Oliver
2022-07-29 14:14:21 +10:00
committed by GitHub
parent e68e0dca19
commit ee73604a41
4 changed files with 152 additions and 61 deletions

3
.gitignore vendored
View File

@@ -6,4 +6,7 @@ env/
*.pyd
*.pyc
# Temp files
releases.json
.vscode