1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

fixed generate_releasenotes

This commit is contained in:
Rene Schallner 2023-05-22 02:49:14 +02:00
parent 95f3a96184
commit 01ce845d76

View file

@ -1,6 +1,5 @@
import sys import sys
import os import os
from git import Repo
import subprocess import subprocess
TAG_NAME = os.getenv("TAG_NAME", sys.argv[1]) TAG_NAME = os.getenv("TAG_NAME", sys.argv[1])