Checks the current ref. This should appear twice.
I should not appear.
Invokes another function.
You won't see me in the output
Done.
Creates a git tag for the provided version, and runs go-releaser.
Go releaser works from git tags. So make sure there's a tag.
git tag -a $VERSION -m "First release"
git push origin $VERSIONThen, run goreleaser to cross-compile and publish the release to GitHub
source .env && goreleaser release --skip-validate --rm-distNAME="Hi there"echo "Hi"echo "Hi"# Doing the hi
sleep 1
echo "Hi"
# Doing something else
sleep 1
echo "Bye"
# And again
sleep 1
echo "Cya!"Makes a call to http://example.org via curl and renders the result as it is received.
curl http://example.org🚀 Test completed successfully.
Blah
ls -la --color=alwaysRenders.
Stopped.
Doesn't render.
Renders.
Stopped.
Doesn't render.
Renders.
Doesn't Render.
End naturally.
Renders.
Stopped.
Doesn't render.
Renders.
Stopped.
Doesn't render.
Renders.
Doesn't Render.
End naturally.
Greets you by your name
# sleep 2
echo "$OPT_GREET $OPT_NAME"
# sleep 2# Bye
sleep 1
echo "Bye $OPT_NAME"
# Cya
sleep 1
echo "Cya $OPT_MISC"
# Done
sleep 1Stuff.
#> Bye
sleep 1
echo "Bye"
#> Cya
echo "Cya"
#> Again
ls
#> Done
sleep 1export RESULT=oneThe result is: $RESULT.
echo "Hello from borg process"export NAME=Thingo
export COMPLEX_NAME45=More Thingosecho "NAME is: $NAME"#> Simple test...
echo $COMPLEX_NAME45
#> Complex test $NAME...
echo $NAMEidontexit