Skip to content

Commit

Permalink
feat: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Apr 7, 2024
1 parent c9c284e commit c94e764
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/gen-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Release

permissions:
contents: write

on:
push:
# Pattern matched against refs/tags
tags:
- '*'
- 'v*'

jobs:
release:
Expand All @@ -12,10 +16,10 @@ jobs:
with:
fetch-depth: 0

- uses: BobAnkh/[email protected]
- uses: actions/setup-node@v3
with:
REPO_NAME: 'hellof2e/quark-core'
ACCESS_TOKEN: ${{secrets.GIT_ACTION}}
PATH: '/packages/core/CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
node-version: 16.x

- run: npx changelogithub # or [email protected] if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.GIT_ACTION}}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkc",
"version": "1.0.54",
"version": "1.0.55",
"description": "A Web Components framework",
"type": "module",
"main": "./lib/index.umd.js",
Expand Down

0 comments on commit c94e764

Please sign in to comment.