Merge pull request #586 from akka/wip-2261-github-urls-√
#2261 - adding rewrites of Akka github urls to solidify on release
This commit is contained in:
commit
d0b41c19ce
1 changed files with 6 additions and 0 deletions
|
|
@ -203,6 +203,12 @@ try git checkout -b ${release_branch}
|
|||
# find and replace the version
|
||||
try ${script_dir}/find-replace ${current_version} ${version}
|
||||
|
||||
#find and replace github links
|
||||
try ${script_dir}/find-replace http://github.com/akka/akka/tree/master http://github.com/akka/akka/tree/v${version}
|
||||
try ${script_dir}/find-replace https://github.com/akka/akka/tree/master http://github.com/akka/akka/tree/v${version}
|
||||
try ${script_dir}/find-replace http://github.com/akka/akka/blob/master http://github.com/akka/akka/tree/v${version}
|
||||
try ${script_dir}/find-replace https://github.com/akka/akka/blob/master http://github.com/akka/akka/tree/v${version}
|
||||
|
||||
# start clean
|
||||
try sbt clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue