Skip to content

Commit

Permalink
added description in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Jul 3, 2023
1 parent 0811edf commit 8ac1c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true,
"editor.formatOnSave": true
},
"python.formatting.provider": "autopep8",
"cSpell.words": ["figlet", "KHTML", "pyfiglet"]
"cSpell.words": ["figlet", "KHTML", "pyfiglet", "wpdetect"]
}
2 changes: 2 additions & 0 deletions release-tag.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# This script is used to tag a release of the package.

echo "Running release-tag.sh"

# Ensure we're on the master branch
Expand Down

0 comments on commit 8ac1c1b

Please sign in to comment.