1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Update credits for 5.8.0 release (#14017)

This commit is contained in:
sfan5 2023-11-28 23:11:29 +01:00 committed by GitHub
parent dc6452db1b
commit 36f4953502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 20 deletions

View file

@ -6,7 +6,7 @@ from collections import defaultdict
codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$"
# two minor versions back, for "Active Contributors"
REVS_ACTIVE = "5.2.0..HEAD"
REVS_ACTIVE = "5.6.0..HEAD"
# all time, for "Previous Contributors"
REVS_PREVIOUS = "HEAD"