git add -A
git commit -m "git commit message"
git push

git tag -a v1.0.4 -m "Release v1.0.4"
git push origin v1.0.4