fix: messed up release refs NOISSUE
Some checks failed
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been cancelled
CI / linter (9.0.X, ubuntu-latest) (push) Has been cancelled
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
Upload Python Package / Create Release (push) Successful in 20s
Upload Python Package / deploy (push) Failing after 1m31s
Some checks failed
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been cancelled
CI / linter (9.0.X, ubuntu-latest) (push) Has been cancelled
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
Upload Python Package / Create Release (push) Successful in 20s
Upload Python Package / deploy (push) Failing after 1m31s
This commit is contained in:
parent
67472ac305
commit
b4fab0deee
@ -86,7 +86,8 @@ start() {
|
|||||||
echo "New version: $new_version"
|
echo "New version: $new_version"
|
||||||
|
|
||||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||||
git add song_of_the_day/VERSION HISTORY.md
|
git add song_of_the_day/VERSION
|
||||||
|
git add HISTORY.md
|
||||||
echo $new_version > song_of_the_day/VERSION
|
echo $new_version > song_of_the_day/VERSION
|
||||||
git commit -m "release: version $new_version 🚀"
|
git commit -m "release: version $new_version 🚀"
|
||||||
echo "creating git tag : $new_version"
|
echo "creating git tag : $new_version"
|
||||||
|
@ -1 +1 @@
|
|||||||
0.1.3
|
0.1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user