mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 14:53:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			No EOL
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			No EOL
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name-template: 'v$RESOLVED_VERSION'
 | |
| tag-template: 'v$RESOLVED_VERSION'
 | |
| categories:
 | |
|   - title: 'New Presets'
 | |
|     labels:
 | |
|       - 'new-preset'
 | |
|   - title: 'New and Changed Fields'
 | |
|     labels:
 | |
|       - 'field'
 | |
|       - 'new-field'
 | |
|       - 'new-value'
 | |
|   - title: 'Changed Presets'
 | |
|     labels:
 | |
|       - 'preset'
 | |
|       - 'add-field'
 | |
|       - 'new-icon'
 | |
|       - 'new-label'
 | |
|   - title: 'Regional Presets and Fields'
 | |
|     labels:
 | |
|       - 'regional'
 | |
|   - title: 'Deprecated Tags'
 | |
|     labels:
 | |
|       - 'deprecating'
 | |
|   - title: 'Bug Fixes'
 | |
|     labels:
 | |
|       - 'bug'
 | |
|   - title: 'Documentation and Other Changes'
 | |
|     labels:
 | |
|       - 'ci'
 | |
|       - 'documentation'
 | |
|       - 'new-category'
 | |
|       - 'schema-builder'
 | |
|       - 'schema'
 | |
|   - title: 'Dependencies'
 | |
|     collapse-after: 3
 | |
|     labels:
 | |
|       - 'dependencies'
 | |
| category-template: '#### $TITLE'
 | |
| change-template: '* $TITLE (#$NUMBER, thanks @$AUTHOR)'
 | |
| change-title-escapes: '\<*_&'
 | |
| version-resolver:
 | |
|   major:
 | |
|     labels:
 | |
|       - 'breaking'
 | |
|   minor:
 | |
|     labels:
 | |
|       - 'enhancement'
 | |
|       - 'new-preset'
 | |
|       - 'new-field'
 | |
|       - 'new-value'
 | |
|       - 'new-icon'
 | |
|       - 'new-label'
 | |
|       - 'new-category'
 | |
|       - 'add-field'
 | |
|       - 'deprecating'
 | |
|       - 'regional'
 | |
|   patch:
 | |
|     labels:
 | |
|       - 'bug'
 | |
|       - 'documentation'
 | |
|   default: minor
 | |
| template: '$CHANGES' |