Skip to content
Snippets Groups Projects
Unverified Commit 8030e404 authored by Shivam Khandelwal's avatar Shivam Khandelwal
Browse files

Something new

parent 39e86ad8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo $RANDOM > something
git add .
git commit -m "Something new"
git push origin master
export TAG_NAME="v$RANDOM"
git tag -am "$TAG_NAME" $TAG_NAME
git push origin $TAG_NAME
28572
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment