@vavt/github-action-test 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/latest.yml +3 -1
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
|
@@ -179,7 +179,9 @@ jobs:
|
|
|
179
179
|
fi
|
|
180
180
|
|
|
181
181
|
printf '\n' >> "${TARGET_FILE}"
|
|
182
|
-
|
|
182
|
+
# Do not use `-z` here. The format already uses NUL separators,
|
|
183
|
+
# and combining both introduces extra empty fields that can shift parsing.
|
|
184
|
+
done < <(git log "${RANGE}" --no-merges --format='%H%x00%s%x00%b%x00' || true)
|
|
183
185
|
|
|
184
186
|
write_section() {
|
|
185
187
|
local title="$1"
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
<!-- next-release -->
|
|
2
|
+
|
|
3
|
+
## 0.7.2 (2026-03-01)
|
|
4
|
+
|
|
5
|
+
### Others
|
|
6
|
+
|
|
7
|
+
- 长的描述 BREAKING CHANGE: 破坏的提交 re #4 ([commit ci(acti](https://github.com/imzbf/github-action-test/commit/ci(action):简短的介绍)) #4
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
**Full Changelog**: [v0.7.1...v0.7.2](https://github.com/imzbf/github-action-test/compare/v0.7.1...v0.7.2)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
## 0.7.1 (2026-03-01)
|
|
2
15
|
|
|
3
16
|
### Features
|