Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
13877f54
"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "715c25d344223eec1f93c5490808816bbbef8faa"
Commit
13877f54
authored
Sep 29, 2015
by
Davis King
Browse files
Made makerel put the tag on the right revision
parent
99a91ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/makerel
docs/makerel
+1
-1
No files found.
docs/makerel
View file @
13877f54
...
@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
...
@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
RELEASE
=
${
MAJOR_NUM
}
.
${
MINOR_NUM
}
RELEASE
=
${
MAJOR_NUM
}
.
${
MINOR_NUM
}
# Commit changes to the version numbers so that the makedocs script will use them.
# Commit changes to the version numbers so that the makedocs script will use them.
echo
Create Mercurial tags and commit release
echo
Create Mercurial tags and commit release
hg tag v
$RELEASE
||
report_failure
hg commit
-m
"Created release v
$RELEASE
"
||
report_failure
hg commit
-m
"Created release v
$RELEASE
"
||
report_failure
hg tag v
$RELEASE
||
report_failure
./makedocs makerel
||
exit
1
./makedocs makerel
||
exit
1
...
...
Write
Preview
Markdown
is supported
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