mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-29 22:48:13 -05:00
[U] Update change files list
This commit is contained in:
parent
eb516710e8
commit
798cf64a94
|
|
@ -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}'])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user