mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 11:12:55 +00:00 
			
		
		
		
	Include message in tfw.sh releasetfw
This commit is contained in:
		@@ -58,7 +58,7 @@ force_push_tag()
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    git tag -d "$TAG" > /dev/null 2>&1 || :
 | 
					    git tag -d "$TAG" > /dev/null 2>&1 || :
 | 
				
			||||||
    git push --delete origin "$TAG" > /dev/null 2>&1 || :
 | 
					    git push --delete origin "$TAG" > /dev/null 2>&1 || :
 | 
				
			||||||
    git tag -s -m "$1" "$TAG"
 | 
					    git tag -s -m "TFW version $TAG released at $(date '+%H:%M:%S %Y-%m-%d')" "$TAG"
 | 
				
			||||||
    git push origin "$TAG"
 | 
					    git push origin "$TAG"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user