generated from Templates/Docker_Image
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b10c34f3fc | |||
| f7b8925881 | |||
| 78c8bd68cc | |||
| f17e241871 |
@@ -86,7 +86,7 @@ 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
|
||||||
echo $new_version > ai_test/VERSION
|
echo $new_version > ai_software_factory/VERSION
|
||||||
git add ai_software_factory/VERSION HISTORY.md
|
git add ai_software_factory/VERSION HISTORY.md
|
||||||
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"
|
||||||
|
|||||||
22
HISTORY.md
22
HISTORY.md
@@ -5,10 +5,32 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Fix version increment logic, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.1.2 (2026-04-02)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Test version increment logic, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
0.1.1 (2026-04-01)
|
||||||
|
------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Broken CI build, refs NOISSUE. [Simon Diesenreiter]
|
- Broken CI build, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
0.1.0 (2026-04-01)
|
0.1.0 (2026-04-01)
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.0.0
|
0.1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user