Skip to content

Commit

Permalink
#146 escape
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 31, 2023
1 parent f996ee5 commit f89088a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ release:
pre: false
script: |
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i "s/0.0.0/${tag}/" package.json
sed -i "s/0.0.0/${tag}/" src/version.js
sed -i "s/0\.0\.0/${tag}/" package.json
sed -i "s/0\.0\.0/${tag}/" src/version.js
sed -i "s/0000-00-00/$(date +%Y-%m-%d)/" src/version.js
grunt --no-color
git commit -am "set version to ${tag}"
Expand Down

0 comments on commit f89088a

Please sign in to comment.