2 Commits

Author SHA1 Message Date
a5133b1ba0 release: version 0.1.2 🚀
Some checks failed
Build Docker image / Create Release (push) Successful in 9s
Build Docker image / deploy (push) Failing after 8s
2025-05-24 21:12:01 +02:00
a4d11f9212 fix: CI issues, refs NOISSUE 2025-05-24 21:11:58 +02:00
2 changed files with 10 additions and 2 deletions

View File

@@ -87,8 +87,8 @@ start() {
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
git add HISTORY.md
echo $new_version > song_of_the_day/VERSION
git add song_of_the_day/VERSION
echo $new_version > CustomOdoo/VERSION
git add CustomOdoo/VERSION
git commit -m "release: version $new_version 🚀"
echo "creating git tag : $new_version"
git tag $new_version

View File

@@ -5,6 +5,14 @@ Changelog
(unreleased)
------------
Fix
~~~
- CI issues, refs NOISSUE. [Simon Diesenreiter]
0.1.1 (2025-05-24)
------------------
Fix
~~~
- Create new build, refs NOISSUE. [Simon Diesenreiter]