[U] Update change files list
This commit is contained in:
parent
eb516710e8
commit
798cf64a94
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ def create_release(v: str):
|
||||||
print('Committing changes...')
|
print('Committing changes...')
|
||||||
|
|
||||||
# 1. Add files
|
# 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
|
# 2. Commit
|
||||||
subprocess.check_call(['git', 'commit', '-m', f'[U] Release {v}'])
|
subprocess.check_call(['git', 'commit', '-m', f'[U] Release {v}'])
|
||||||
|
|
Loading…
Reference in a new issue