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
scripts
mahara-scripts
Commits
c5f20e13
Commit
c5f20e13
authored
Mar 29, 2011
by
Francois Marier
Browse files
Add "Signed-off-by" line for version bump commits
parent
aee381ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
release.sh
View file @
c5f20e13
...
@@ -148,7 +148,7 @@ sed "s/\$config->release = .*/\$config->release = '$RELEASE';/" ${VERSIONFILE}.t
...
@@ -148,7 +148,7 @@ sed "s/\$config->release = .*/\$config->release = '$RELEASE';/" ${VERSIONFILE}.t
echo
echo
git add
${
VERSIONFILE
}
git add
${
VERSIONFILE
}
git commit
-m
"Version bump for
$RELEASE
"
git commit
-s
-m
"Version bump for
$RELEASE
"
...
@@ -215,7 +215,7 @@ sed "s/\$config->version = [0-9]\{10\};/\$config->version = $NEWVERSION;/" ${VER
...
@@ -215,7 +215,7 @@ sed "s/\$config->version = [0-9]\{10\};/\$config->version = $NEWVERSION;/" ${VER
sed
"s/
\$
config->release = .*/
\$
config->release = '
$NEWRELEASE
';/"
${
VERSIONFILE
}
.temp
>
${
VERSIONFILE
}
sed
"s/
\$
config->release = .*/
\$
config->release = '
$NEWRELEASE
';/"
${
VERSIONFILE
}
.temp
>
${
VERSIONFILE
}
git add
${
VERSIONFILE
}
git add
${
VERSIONFILE
}
git commit
-m
"Version bump for
$NEWRELEASE
"
git commit
-s
-m
"Version bump for
$NEWRELEASE
"
...
...
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