Skip to content

Commit

Permalink
🐛 fix(release-config): fix beta release config
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 11, 2023
1 parent 4abcf39 commit a330517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/release-config/src/createConfig.ts
Expand Up @@ -79,7 +79,7 @@ export const createConfig = (options?: Options): SemRelOptions => {
{ name: 'rc-*', prerelease: 'rc', channel: 'rc' },
{ name: 'rc', prerelease: true },
{ name: 'alpha', prerelease: 'alpha', channel: 'alpha' },
'beta',
{ name: 'beta', prerelease: 'beta', channel: 'beta' },
],
};
};
Expand Down

0 comments on commit a330517

Please sign in to comment.