We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c25127 commit 5b93becCopy full SHA for 5b93bec
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
git config --global user.name "roerohan"
29
git fetch --all --tags
30
31
- wget https://gist.githubusercontent.com/dtiemann83/cfa16ade69a3ea451ad760d4118a9351/raw/a9acae271001f896adbc13d857109b2d192fc878/gitautotag.sh
+ wget https://gist.githubusercontent.com/roerohan/17e08ee9ed42d97bb841033b038117bd/raw/dfe42b58f0f88e384b40e89e789619574a24de4e/gitautotag.sh
32
chmod +x ./gitautotag.sh
33
./gitautotag.sh --minor
34
0 commit comments