We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67eddf commit d4f95ecCopy full SHA for d4f95ec
components/antlib/scripts/source-archive.py
@@ -61,7 +61,8 @@
61
vcs_date = sys.argv[6]
62
vcs_date_unix = sys.argv[7]
63
target = os.path.abspath(sys.argv[8])
64
- release = "%s-%s" % (release, version)
+ if release != "openmicroscopy":
65
+ release = "%s-%s" % (release, version)
66
67
if not os.path.isdir('.git'):
68
raise Exception('Releasing is only possible from a git repository')
0 commit comments