Skip to content

Commit

Permalink
Add new tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Mamun committed Jun 11, 2023
1 parent 49a8a4e commit c633fd3
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.048"
release_version="v0.0.049"

#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.048" -a
git commit -m "Release new version 0.0.049" -a
git merge main
git push

Expand Down

0 comments on commit c633fd3

Please sign in to comment.