Skip to content

Commit

Permalink
feat(#11): sed to version,js off
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 22, 2024
1 parent 81ecd6a commit d0d8a48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ release:
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/0000-00-00/$(date +%Y-%m-%d)/" src/version.js
npm test
git commit -am "set version to ${tag}"
chmod 600 ../npmrc
Expand Down

0 comments on commit d0d8a48

Please sign in to comment.