releaset-it-demo 1.13.3-alpha.18 → 1.13.3-alpha.20
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/release.yml +5 -5
- package/CHANGELOG.md +24 -0
- package/dist.zip +0 -0
- package/git-cliff/CHANGELOG.md +2 -2
- package/package.json +1 -1
|
@@ -41,12 +41,12 @@ jobs:
|
|
|
41
41
|
- name: Zip dist
|
|
42
42
|
run: zip -r dist.zip dist
|
|
43
43
|
|
|
44
|
-
- name:
|
|
45
|
-
id:
|
|
46
|
-
uses: ajiho/
|
|
44
|
+
- name: Npm auto tag
|
|
45
|
+
id: auto-tag
|
|
46
|
+
uses: ajiho/npm-auto-tag@main
|
|
47
47
|
|
|
48
48
|
- name: Publish to npm
|
|
49
|
-
run: npm publish --tag ${{ steps.
|
|
49
|
+
run: npm publish --tag ${{ steps.auto-tag.outputs.tag }}
|
|
50
50
|
|
|
51
51
|
- name: Github Release
|
|
52
52
|
uses: softprops/action-gh-release@v2
|
|
@@ -55,4 +55,4 @@ jobs:
|
|
|
55
55
|
with:
|
|
56
56
|
body: ${{ steps.git-cliff.outputs.content }}
|
|
57
57
|
files: dist.zip
|
|
58
|
-
prerelease: ${{ steps.
|
|
58
|
+
prerelease: ${{ steps.auto-tag.outputs.prerelease }}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
## [1.13.3-alpha.20](https://github.com/ajiho/releaset-it-demo/compare/v1.13.3-alpha.19..v1.13.3-alpha.20) - 2025-12-31
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🐛 Bug 修复
|
|
9
|
+
|
|
10
|
+
- A - ([44b894b](https://github.com/ajiho/releaset-it-demo/commit/44b894b9dc094256d4295d93567f035a50b16027))
|
|
11
|
+
## 🤝 Contributors
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
- @ajiho
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.13.3-alpha.19](https://github.com/ajiho/releaset-it-demo/compare/v1.13.3-alpha.18..v1.13.3-alpha.19) - 2025-12-31
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### 🐛 Bug 修复
|
|
21
|
+
|
|
22
|
+
- A - ([e347cf7](https://github.com/ajiho/releaset-it-demo/commit/e347cf76e3ed7911d90321a6f1a7f7d691bab001))
|
|
23
|
+
## 🤝 Contributors
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
- @ajiho
|
|
27
|
+
|
|
28
|
+
|
|
5
29
|
## [1.13.3-alpha.18](https://github.com/ajiho/releaset-it-demo/compare/v1.13.3-alpha.17..v1.13.3-alpha.18) - 2025-12-31
|
|
6
30
|
|
|
7
31
|
|
package/dist.zip
CHANGED
|
Binary file
|
package/git-cliff/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [1.13.3-alpha.
|
|
5
|
+
## [1.13.3-alpha.20](https://github.com/ajiho/releaset-it-demo/compare/v1.13.3-alpha.19..v1.13.3-alpha.20) - 2025-12-31
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### 🐛 Bug 修复
|
|
9
9
|
|
|
10
|
-
-
|
|
10
|
+
- A - ([44b894b](https://github.com/ajiho/releaset-it-demo/commit/44b894b9dc094256d4295d93567f035a50b16027))
|
|
11
11
|
## 🤝 Contributors
|
|
12
12
|
|
|
13
13
|
|