mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-30 21:05:42 +00:00 
			
		
		
		
	Merge pull request #148 from inventree/auto-release
Add template for auto-generation of release notes
This commit is contained in:
		
							
								
								
									
										29
									
								
								.github/release.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								.github/release.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | |||||||
|  | # .github/release.yml | ||||||
|  |  | ||||||
|  | changelog: | ||||||
|  |   exclude: | ||||||
|  |     labels: | ||||||
|  |       - wontfix | ||||||
|  |   categories: | ||||||
|  |     - title: Breaking Changes | ||||||
|  |       labels: | ||||||
|  |         - Semver-Major | ||||||
|  |         - breaking | ||||||
|  |     - title: New Features | ||||||
|  |       labels: | ||||||
|  |         - Semver-Minor | ||||||
|  |         - enhancement | ||||||
|  |     - title: Bug Fixes | ||||||
|  |       labels: | ||||||
|  |         - Semver-Patch | ||||||
|  |         - bug | ||||||
|  |     - title: Devops / Setup Changes | ||||||
|  |       labels: | ||||||
|  |         - docker | ||||||
|  |         - setup | ||||||
|  |         - demo | ||||||
|  |         - CI | ||||||
|  |         - security | ||||||
|  |     - title: Other Changes | ||||||
|  |       labels: | ||||||
|  |         - "*" | ||||||
		Reference in New Issue
	
	Block a user