We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a8952 commit 0c8b645Copy full SHA for 0c8b645
.ncurc.json
@@ -0,0 +1,7 @@
1
+{
2
+ "upgrade": true,
3
+ "interactive": true,
4
+ "root": true,
5
+ "packageManager": "yarn",
6
+ "format": ["group", "repo"]
7
+}
package.json
@@ -28,11 +28,11 @@
28
"@actions/core": "^1.10.0",
29
"@actions/exec": "^1.1.1",
30
"@iarna/toml": "^2.2.5",
31
- "conventional-changelog": "^3.1.25",
32
- "conventional-recommended-bump": "^6.1.0",
33
- "git-semver-tags": "4.1.1",
+ "conventional-changelog": "^4.0.0",
+ "conventional-recommended-bump": "^7.0.1",
+ "git-semver-tags": "5.0.1",
34
"object-path": "^0.11.8",
35
- "semver": "^7.3.7",
36
- "yaml": "^1.10.2"
+ "semver": "^7.5.4",
+ "yaml": "^2.3.1"
37
}
38
0 commit comments