[U] Update change files list

This commit is contained in:
Hykilpikonna 2022-12-19 11:09:29 -05:00
parent eb516710e8
commit 798cf64a94
No known key found for this signature in database
GPG key ID: 256CD01A41D7FA26

View file

@ -113,7 +113,8 @@ def create_release(v: str):
print('Committing changes...')
# 1. Add files
subprocess.check_call(['git', 'add', 'hyfetch/constants.py', 'neofetch', 'neofetch.1', 'package.json', 'README.md'])
subprocess.check_call(['git', 'add', 'hyfetch/constants.py', 'neofetch', 'neofetch.1', 'package.json', 'README.md',
'hyfetch/distros/*'])
# 2. Commit
subprocess.check_call(['git', 'commit', '-m', f'[U] Release {v}'])