chore: do not fetch submodule

This commit is contained in:
Henrique Dias 2019-05-21 11:19:03 +01:00
parent f05479865c
commit 0e722c8df1

View File

@ -71,16 +71,6 @@ release () {
echo "🧼 Tidying up go modules" echo "🧼 Tidying up go modules"
go mod tidy go mod tidy
echo "🐑 Fetching 'master' on 'frontend' and creating new tag"
cd frontend
git fetch --all
git checkout master
git tag $semver
git push --tags
cd ..
echo "🐑 Creating a new commit for the new release" echo "🐑 Creating a new commit for the new release"
git commit --allow-empty -am "chore: version $semver" git commit --allow-empty -am "chore: version $semver"
git tag "$1" git tag "$1"