We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94e764 commit 4d3ee93Copy full SHA for 4d3ee93
2 files changed
.github/workflows/release-package.yml
@@ -84,3 +84,7 @@ jobs:
84
prerelease: false # 是否为预发布版本
85
body: |
86
请点击查看 [更新日志](https://github.com/hellof2e/quark-core/blob/main/packages/core/CHANGELOG.md).
87
+
88
+ - run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
89
+ env:
90
+ GITHUB_TOKEN: ${{secrets.GIT_ACTION}}
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "quarkc",
3
- "version": "1.0.55",
+ "version": "1.0.56",
4
"description": "A Web Components framework",
5
"type": "module",
6
"main": "./lib/index.umd.js",
0 commit comments