Skip to content

Commit

Permalink
Update release.sh for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 16, 2017
1 parent 8d23b15 commit 76581a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -14,7 +14,7 @@ libs=$(find . -name lib.rs)

perl -pi -e "s/version = \"$old\"/version = \"$new\"/g" $tomls
perl -pi -e "s/version = \"=$old\"/version = \"=$new\"/g" $tomls
perl -pi -e "s|doc/v$old|doc/v$new|g" $tomls $libs README.md
perl -pi -e "s|/$old/|/$new/|g" $tomls $libs README.md

git add .
git commit -ve -m "Release v$new"
Expand Down

0 comments on commit 76581a3

Please sign in to comment.