Skip to content

Commit

Permalink
feat(#6): version
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 22, 2024
1 parent 6d0ef18 commit f56e418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ merge:
release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml
cd cli && sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml
cd server && sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml
just rultor
git commit -am "${tag}"
ls -a ../
Expand Down

0 comments on commit f56e418

Please sign in to comment.