mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Fixed issue with release script non-standard version tags
This commit is contained in:
		| @@ -155,7 +155,7 @@ jobs: | ||||
|           if [ "$TRAVIS_COMMIT" == "$CURRENT_COMMIT" ] | ||||
|           then | ||||
|             # Build release notes | ||||
|             PREV=$(git tag --sort=-v:refname -l "v*.*.*" | head -1) | ||||
|             PREV=$(git tag --sort=-v:refname -l "v*" | head -1) | ||||
|             if [ ! -z "$PREV" ] | ||||
|             then | ||||
|                 echo "PREV $PREV" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user