Skip to content

Commit

Permalink
chore: set "prerelease" to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 17, 2023
1 parent 1321193 commit 88d1595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"profiles": [
{
"name": "latest",
"use": "yarn publish --new-version $RELEASE_VERSION"
"use": "yarn publish --new-version $RELEASE_VERSION",
"prerelease": true
}
]
}

0 comments on commit 88d1595

Please sign in to comment.