Skip to content

Commit

Permalink
ci: add semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipop-onl committed Jan 8, 2024
1 parent e890dee commit ff21c33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"prepare": "husky install",
"watch": "rollup -c -w"
},
"release": {
"branches": [
"main"
]
},
"dependencies": {
"front-matter": "^4.0.2",
"htm": "^3.1.1",
"vhtml": "^2.2.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
Expand All @@ -37,10 +47,5 @@
"packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf",
"volta": {
"node": "20.10.0"
},
"dependencies": {
"front-matter": "^4.0.2",
"htm": "^3.1.1",
"vhtml": "^2.2.0"
}
}
}

0 comments on commit ff21c33

Please sign in to comment.