Skip to content

Commit

Permalink
feat: Supports crawling classical Chinese and fixes the issue that Ch…
Browse files Browse the repository at this point in the history
…inese translation or annotations are missing
  • Loading branch information
palp1tate committed May 23, 2024
1 parent 389ef5b commit 32b8d31
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"debug": true,
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
{
"name": "rc"
},
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit 32b8d31

Please sign in to comment.