[U] Update release script
This commit is contained in:
parent
617227da75
commit
659811a66e
1 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@ def post_check():
|
|||
"""
|
||||
Check after changes are made
|
||||
"""
|
||||
print('Running shellcheck... (This may take a while)')
|
||||
subprocess.check_call(shlex.split('shellcheck neofetch'))
|
||||
|
||||
|
||||
|
@ -113,7 +114,7 @@ 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/__version__.py', 'neofetch', 'neofetch.1', 'package.json', 'README.md',
|
||||
'hyfetch/distros/*'])
|
||||
|
||||
# 2. Commit
|
||||
|
|
Loading…
Reference in a new issue