We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fbab5 commit 4b50052Copy full SHA for 4b50052
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.10.0
4
5
- **feat(action): Support macos and windows runners**
6
We now publish a composite action that runs on all runners. Actions can now be properly versioned, allowing pinning versions from here on out.
package.json
{
"name": "action-release",
- "version": "1.9.0",
+ "version": "1.10.0",
"private": true,
"description": "GitHub Action for creating a release on Sentry",
"main": "dist/index.js",
0 commit comments