We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eca4a1 commit f85319aCopy full SHA for f85319a
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-4-21)
2
+
3
4
+### Features
5
6
+* ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9))
7
8
9
10
## [0.2.8](https://github.com/varletjs/release/compare/v0.2.7...v0.2.8) (2024-4-9)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@varlet/release",
"type": "module",
- "version": "0.2.8",
+ "version": "0.2.9",
"description": "release all packages and generate changelogs",
"keywords": [
"varlet",
@@ -76,4 +76,4 @@
76
"picocolors": "^1.0.0",
77
"semver": "^7.5.4"
78
}
79
-}
+}
0 commit comments