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:
parent
95f3a96184
commit
01ce845d76
1 changed files with 0 additions and 1 deletions
|
@ -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])
|
||||||
|
|
Loading…
Add table
Reference in a new issue