Skip to content

Commit

Permalink
fix: add beta prerelease branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Jun 22, 2023
1 parent 7a5ed5e commit 862418e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@
"@aws-sdk/lib-dynamodb": "3.82.0"
},
"release": {
"branches": [
"main"
]
"branches": [
"main",
{
"name": "beta",
"prerelease": true
}
]
}
}

0 comments on commit 862418e

Please sign in to comment.