mirror of
				https://github.com/softprops/action-gh-release.git
				synced 2025-10-31 12:18:46 +00:00 
			
		
		
		
	| @@ -1,3 +1,12 @@ | ||||
| ## 2.4.1 | ||||
|  | ||||
| ## What's Changed | ||||
|  | ||||
| ### Other Changes 🔄 | ||||
|  | ||||
| * fix(util): support brace expansion globs containing commas in parseInputFiles by @Copilot in https://github.com/softprops/action-gh-release/pull/672 | ||||
| * fix: gracefully fallback to body when body_path cannot be read by @Copilot in https://github.com/softprops/action-gh-release/pull/671 | ||||
|  | ||||
| ## 2.4.0 | ||||
|  | ||||
| ## What's Changed | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | ||||
| { | ||||
|   "name": "action-gh-release", | ||||
|   "version": "2.4.0", | ||||
|   "version": "2.4.1", | ||||
|   "lockfileVersion": 3, | ||||
|   "requires": true, | ||||
|   "packages": { | ||||
|     "": { | ||||
|       "name": "action-gh-release", | ||||
|       "version": "2.4.0", | ||||
|       "version": "2.4.1", | ||||
|       "dependencies": { | ||||
|         "@actions/core": "^1.11.1", | ||||
|         "@actions/github": "^6.0.1", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "action-gh-release", | ||||
|   "version": "2.4.0", | ||||
|   "version": "2.4.1", | ||||
|   "private": true, | ||||
|   "description": "GitHub Action for creating GitHub Releases", | ||||
|   "main": "lib/main.js", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user