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:
Viktor Klang (√) 2012-08-01 01:55:28 -07:00
commit d0b41c19ce

View file

@ -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