We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dd327 commit de2c0ebCopy full SHA for de2c0eb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.15
2
+
3
+- Upgrade to action.yml declaration to node16 to address deprecations
4
+- Upgrade dependencies
5
- Add `asset` output as a JSON array containing information about the uploaded assets
6
7
## 0.1.14
package.json
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
- "version": "0.1.14",
+ "version": "0.1.15",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",
0 commit comments