fix(Makefile): change semver pattern
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| # VERSION/RELEASE | ||||
| # If no version is specified as a parameter of make, the last git hash | ||||
| # value is taken. | ||||
| VERSION?=$(shell git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g') | ||||
| VERSION:=$(shell git describe --abbrev=0)+$(shell date +'%Y%m%d%H%I%S') | ||||
| RELEASE?=1 | ||||
|  | ||||
| # CONTAINER_IMAGE_VERSION | ||||
|   | ||||
		Reference in New Issue
	
	Block a user