You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	Continuing on #5308 and #5307, this finally adds Zig support to GoReleaser! Things are very raw still, plenty of use cases to test (please do test on your project if you can), but it does work at least for simple projects! A release done by this: https://github.com/goreleaser/example-zig/releases/tag/v0.1.0 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			277 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			277 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| end_of_line = lf
 | |
| indent_size = 4
 | |
| indent_style = tab
 | |
| insert_final_newline = true
 | |
| trim_trailing_whitespace = true
 | |
| insert_final_newline = true
 | |
| charset = utf-8
 | |
| 
 | |
| [*.{md,yml,yaml,rb}]
 | |
| indent_size = 2
 | |
| indent_style = space
 | |
| 
 | |
| [*.py]
 | |
| indent_size = 4
 | |
| indent_style = space
 |