Skip to content

Commit

Permalink
Revert "build: use latest as npm dist tag"
Browse files Browse the repository at this point in the history
This reverts commit 7926afa.
  • Loading branch information
davidlj95 committed May 24, 2024
1 parent 7926afa commit 9626cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
//👇 Fake branch so that we can release beta versions in `main`
// until we can release 1.0.0
'semantic-release',
{ name: 'main', prerelease: 'beta', channel: 'latest' },
{ name: 'main', prerelease: 'beta' },
],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 9626cdb

Please sign in to comment.