mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:59:01 +01:00 
			
		
		
		
	Update manifest to use 'V' (#1201)
Release tags use a capitalized V. Our manifest tag is used by our SBOM script to generate the URL and so this needs to be capitalized to generate a valid URL.
This commit is contained in:
		
							parent
							
								
									682f0515c9
								
							
						
					
					
						commit
						974351fe4a
					
				
							
								
								
									
										2
									
								
								.github/scripts/manifest_updater.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/manifest_updater.py
									
									
									
									
										vendored
									
									
								
							@ -11,7 +11,7 @@ def update_manifest_file(new_version_number):
 | 
				
			|||||||
        for line in f:
 | 
					        for line in f:
 | 
				
			||||||
            line = line.strip()
 | 
					            line = line.strip()
 | 
				
			||||||
            if line.startswith('version'):
 | 
					            if line.startswith('version'):
 | 
				
			||||||
                updated_lines.append(f'version: "v{new_version_number}"\n')
 | 
					                updated_lines.append(f'version: "V{new_version_number}"\n')
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                updated_lines.append(f'{line}\n')
 | 
					                updated_lines.append(f'{line}\n')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
name : "FreeRTOS-Kernel"
 | 
					name : "FreeRTOS-Kernel"
 | 
				
			||||||
version: "v11.0.1+"
 | 
					version: "V11.0.1+"
 | 
				
			||||||
description: "FreeRTOS Kernel."
 | 
					description: "FreeRTOS Kernel."
 | 
				
			||||||
license: "MIT"
 | 
					license: "MIT"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user