Skip to content

Commit

Permalink
Separate test and release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamun committed Apr 20, 2023
1 parent b35a29a commit 7fdb065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#git checkout -b dev
#git push --set-upstream origin dev

release_version="v0.0.038"
release_version="v0.0.039"

#release_version="v$(date +'%Y.%m.%d.%H%M%S')"

echo "##############check out development ######################"

git checkout development
git commit -m "Release new version 0.0.038" -a
git commit -m "Release new version 0.0.039" -a
git merge main
git push

Expand Down

0 comments on commit 7fdb065

Please sign in to comment.