Skip to content

Commit 9626cdb

Browse files
committed
Revert "build: use latest as npm dist tag"
This reverts commit 7926afa.
1 parent 7926afa commit 9626cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
//👇 Fake branch so that we can release beta versions in `main`
77
// until we can release 1.0.0
88
'semantic-release',
9-
{ name: 'main', prerelease: 'beta', channel: 'latest' },
9+
{ name: 'main', prerelease: 'beta' },
1010
],
1111
plugins: [
1212
'@semantic-release/commit-analyzer',

0 commit comments

Comments
 (0)