Skip to content

Commit

Permalink
ci: Added back the semantic-release packages deleted by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
hughlv committed Aug 7, 2024
1 parent 501ea4c commit 40cf8ad
Show file tree
Hide file tree
Showing 3 changed files with 2,367 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scripts": {
"semantic-release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "^10.1.3",
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.0.0"
}
}
Loading

0 comments on commit 40cf8ad

Please sign in to comment.