mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
chore: do not fetch submodule
This commit is contained in:
parent
f05479865c
commit
0e722c8df1
10
wizard.sh
10
wizard.sh
@ -71,16 +71,6 @@ release () {
|
||||
echo "🧼 Tidying up go modules"
|
||||
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"
|
||||
git commit --allow-empty -am "chore: version $semver"
|
||||
git tag "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user