Skip to content

Commit

Permalink
Merge pull request #205 from em230418/patch-8
Browse files Browse the repository at this point in the history
Update helpers.rst
  • Loading branch information
Ivan Yelizariev committed Nov 7, 2019
2 parents fece4c7 + 6cadab3 commit 638c746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/migration/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Updating odoo versions in docs
# bump versions in urls in docs (excluding "Tested on Odoo" expression)
find . -type f -name *.rst -or -name index.html -or -name *.md | xargs sed -i '/\(Tested on \| 12.0\)/!s/12.0/13.0/g'
find . -type f -name index.html | xargs sed -i 's;<br/>12.0;<br/>13.0;g'
sed -i '/Build Status/s/12.0/13.0/g' README.md
sed -i '/VERSION=/s/12.0/13.0/' .travis.yml
git commit *.rst *.html *.md -m ":book::one::three: bump versions in docs"
Reviewing odoo updates
Expand Down

0 comments on commit 638c746

Please sign in to comment.