Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
f8324c88
Commit
f8324c88
authored
Sep 30, 2016
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix release script
parent
05eddc78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
scripts/make_release.bash
scripts/make_release.bash
+7
-1
No files found.
scripts/make_release.bash
View file @
f8324c88
...
...
@@ -108,7 +108,7 @@ with the developer blog checked out one level above, i.e.:
# assumed files
token_path
=
"
$HOME
/.github-oauth-token"
blog_msg
=
"
github
_release_note.md"
blog_msg
=
"
blog
_release_note.md"
github_msg
=
"github_release_note.md"
config_hpp_path
=
"libcaf_core/caf/config.hpp"
...
...
@@ -118,6 +118,12 @@ blog_posts_path="../blog/_posts"
# check whether all expected files and directories exist
assert_exists
"
$token_path
"
"
$config_hpp_path
"
"
$blog_msg
"
"
$github_msg
"
"
$blog_posts_path
"
# check whether curl command is safe to execute
# (GitHub script must not have any ' because it breaks the temporary script)
if
[
-n
"
$(
grep
"'"
"
$github_msg
"
)
"
]
;
then
raise_error
"
$github_msg
must not contain any '"
fi
# target files
blog_target_file
=
"
$blog_posts_path
/
$(
date
+%F
)
-version-
$1
-released.md"
assert_exists_not
"
$blog_target_file
"
.make-release-steps.bash
...
...
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