Compare commits
No commits in common. "3bb39ab17c4dbcdef8278c26b5180fcde7a2d005" and "b054389b1643688bd821da4804c17d03c531fd10" have entirely different histories.
3bb39ab17c
...
b054389b16
@ -86,9 +86,9 @@ start() {
|
||||
echo "New version: $new_version"
|
||||
|
||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||
git add song_of_the_day/VERSION
|
||||
git add HISTORY.md
|
||||
echo $new_version > song_of_the_day/VERSION
|
||||
git add song_of_the_day/VERSION
|
||||
git commit -m "release: version $new_version 🚀"
|
||||
echo "creating git tag : $new_version"
|
||||
git tag $new_version
|
||||
|
11
HISTORY.md
11
HISTORY.md
@ -5,21 +5,10 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- More fixes in release logic refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.1.6 (2025-04-15)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Makefile issues on sh refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.1.5 (2025-04-14)
|
||||
------------------
|
||||
|
@ -1 +1 @@
|
||||
0.1.7
|
||||
0.1.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user