Skip to content

Commit

Permalink
fix(rime-snomiao): release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jan 29, 2023
1 parent 6235f7c commit d3c13b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

*.userdb*



# Logs
logs
*.log
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"release": {
"branches": [
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
},
"devDependencies": {
"@types/node": "^18.11.18",
"aswitcher": "^1.0.1",
Expand Down

0 comments on commit d3c13b7

Please sign in to comment.