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.
@@ -41,12 +41,12 @@ jobs:
41
41
  - name: Zip dist
42
42
  run: zip -r dist.zip dist
43
43
 
44
- - name: Determine npm dist-tag
45
- id: release_meta
46
- uses: ajiho/determine-npm-tag-action@main
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.release_meta.outputs.tag }}
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.release_meta.outputs.prerelease }}
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
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- ## [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
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
- - Rw - ([cd8efa5](https://github.com/ajiho/releaset-it-demo/commit/cd8efa5ed7adbf8f5ef95805f9823312fa1c0c59))
10
+ - A - ([44b894b](https://github.com/ajiho/releaset-it-demo/commit/44b894b9dc094256d4295d93567f035a50b16027))
11
11
  ## 🤝 Contributors
12
12
 
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "releaset-it-demo",
3
- "version": "1.13.3-alpha.18",
3
+ "version": "1.13.3-alpha.20",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",