mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 07:16:25 +07:00 
			
		
		
		
	chore: typo
This commit is contained in:
		 Tomasz Pluskiewicz
					Tomasz Pluskiewicz
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							96636b210d
						
					
				
				
					commit
					f4c706a89c
				
			| @ -32,7 +32,7 @@ inputs: | ||||
|     description: Explicitly set the version here instead of automatically detecting from `package.json`. Useful for non-JavaScript projects where version may be output by a previous action. | ||||
|     required: false | ||||
|   minVersion: | ||||
|     description: Minimum version required to create a tag. By default it will prevent a version `0.0.0` to be tagged. Also useful when introducing Autotag to an existing repo, to start auto-tagging from a specific version | ||||
|     description: Minimum version required to create a tag. By default it will prevent a version `0.0.0` from being tagged. Also useful when introducing Autotag to an existing repo, to start auto-tagging from a specific version | ||||
|     required: false | ||||
|     default: '0.0.1' | ||||
|   regex_pattern: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user