Skip to content

Commit

Permalink
[U] Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Apr 2, 2023
1 parent 617227d commit 659811a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/deploy-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))


Expand All @@ -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
Expand Down

0 comments on commit 659811a

Please sign in to comment.