Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
320f19be
Commit
320f19be
authored
Apr 27, 2017
by
Rafael Ostertag
Browse files
When creating a release, expect VERSION to be a make variable.
parent
61eed96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
320f19be
...
...
@@ -33,8 +33,8 @@ snapshot: bootstrap git-revision
cd
extension
;
zip
-r
../qfq-
$(NIGHTLY_DATE)
-
$(GIT_REVISION_SHORT)
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
release
:
bootstrap git-revision
test
-z
"
$
${
VERSION
}
"
&&
echo
"Set VERSION
environment
variable to the release version (fmt: maj.min.micro)"
cd
extension
;
zip
-r
"../qfq.
$
${
VERSION
}
_
$
${
RELEASE_DATE
}
"
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
test
-z
"
$
(
VERSION
)
"
&&
echo
"Set VERSION
make
variable to the release version (fmt: maj.min.micro)"
cd
extension
;
zip
-r
"../qfq.
$
(
VERSION
)
_
$
(
RELEASE_DATE
)
"
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
t3sphinx
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment