Compare commits
2 Commits
d043e4fc99
...
a5133b1ba0
| Author | SHA1 | Date | |
|---|---|---|---|
| a5133b1ba0 | |||
| a4d11f9212 |
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user