mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fix4
This commit is contained in:
parent
ca50f0a9af
commit
4294410d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ if __name__ == "__main__":
|
||||||
print("Usage: python3 script.py version_number")
|
print("Usage: python3 script.py version_number")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
version = sys.argv[1]
|
version = sys.argv[1].replace("refs/tags/v", "")
|
||||||
changelog = get_version_changelog(version)
|
changelog = get_version_changelog(version)
|
||||||
print(changelog)
|
print(changelog)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue