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
1c82bf96
Commit
1c82bf96
authored
Sep 30, 2016
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Push master branch in make release script
parent
f8324c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
scripts/make_release.bash
scripts/make_release.bash
+2
-7
No files found.
scripts/make_release.bash
View file @
1c82bf96
...
...
@@ -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
=
"
blog
_release_note.md"
blog_msg
=
"
github
_release_note.md"
github_msg
=
"github_release_note.md"
config_hpp_path
=
"libcaf_core/caf/config.hpp"
...
...
@@ -118,12 +118,6 @@ 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
...
...
@@ -165,6 +159,7 @@ git commit -a -m \"Change version to $1\"
git push
git checkout master
git merge develop
git push
git tag
$tag_version
git push origin --tags
git checkout develop
...
...
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