mirror of
				https://github.com/softprops/action-gh-release.git
				synced 2025-10-31 12:18:46 +00:00 
			
		
		
		
	release prep for v2
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| ## 2.0.0 | ||||
|  | ||||
| - `2.0.0`!? this release corrects a disjunction between git tag versions used in the marketplace and versions list this file. Previous versions should have really been 1.\*. Going forward this should be better aligned. | ||||
| - Upgrade action.yml declartion to node20 to address deprecations | ||||
|  | ||||
| ## 0.1.15 | ||||
|  | ||||
| - Upgrade to action.yml declaration to node16 to address deprecations | ||||
|   | ||||
							
								
								
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| Copyright (c) 2019 Doug Tangren | ||||
| Copyright (c) 2019-current Doug Tangren | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining | ||||
| a copy of this software and associated documentation files (the | ||||
|   | ||||
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -43,7 +43,7 @@ jobs: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Release | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         uses: softprops/action-gh-release@v2 | ||||
|         if: startsWith(github.ref, 'refs/tags/') | ||||
| ``` | ||||
|  | ||||
| @@ -64,7 +64,7 @@ jobs: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Release | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         uses: softprops/action-gh-release@v2 | ||||
| ``` | ||||
|  | ||||
| ### ⬆️ Uploading release assets | ||||
| @@ -94,7 +94,7 @@ jobs: | ||||
|       - name: Test | ||||
|         run: cat Release.txt | ||||
|       - name: Release | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         uses: softprops/action-gh-release@v2 | ||||
|         if: startsWith(github.ref, 'refs/tags/') | ||||
|         with: | ||||
|           files: Release.txt | ||||
| @@ -118,7 +118,7 @@ jobs: | ||||
|       - name: Test | ||||
|         run: cat Release.txt | ||||
|       - name: Release | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         uses: softprops/action-gh-release@v2 | ||||
|         if: startsWith(github.ref, 'refs/tags/') | ||||
|         with: | ||||
|           files: | | ||||
| @@ -150,7 +150,7 @@ jobs: | ||||
|       - name: Generate Changelog | ||||
|         run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.txt | ||||
|       - name: Release | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         uses: softprops/action-gh-release@v2 | ||||
|         if: startsWith(github.ref, 'refs/tags/') | ||||
|         with: | ||||
|           body_path: ${{ github.workspace }}-CHANGELOG.txt | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user