Skip to content

Commit 4d3ee93

Browse files
committed
feat: update yml
1 parent c94e764 commit 4d3ee93

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ jobs:
8484
prerelease: false # 是否为预发布版本
8585
body: |
8686
请点击查看 [更新日志](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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quarkc",
3-
"version": "1.0.55",
3+
"version": "1.0.56",
44
"description": "A Web Components framework",
55
"type": "module",
66
"main": "./lib/index.umd.js",

0 commit comments

Comments
 (0)