fix: more fixes in release logic refs NOISSUE
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
0.1.4
 | 
			
		||||
0.1.6
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user