mirror of
				https://github.com/traefik/traefik.git
				synced 2025-10-31 00:11:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			644 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			644 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| Owner = "traefik"
 | |
| RepositoryName = "traefik"
 | |
| 
 | |
| OutputType = "file"
 | |
| FileName = "traefik_changelog.md"
 | |
| 
 | |
| # example new bugfix v3.5.3
 | |
| CurrentRef = "v3.5"
 | |
| PreviousRef = "v3.5.2"
 | |
| BaseBranch = "v3.5"
 | |
| FutureCurrentRefName = "v3.5.3"
 | |
| 
 | |
| ThresholdPreviousRef = 10
 | |
| ThresholdCurrentRef = 10
 | |
| 
 | |
| Debug = true
 | |
| DisplayLabel = true
 | |
| 
 | |
| LabelExcludes = ["area/infrastructure"]
 | |
| LabelEnhancement = "kind/enhancement"
 | |
| LabelDocumentation = "area/documentation"
 | |
| LabelBug = "kind/bug/fix"
 | |
| 
 | |
| [DisplayLabelOptions]
 | |
|   FilteredPrefixes = ["area/", "platform/"]
 | |
|   ExcludedSuffixes = ["documentation"]
 | |
|   TrimmedPrefixes = ["area/provider/", "area/middleware/", "area/", "platform/"]
 |