chore(version): move to the next beta version [BUMP BETA] (#4073)

This commit is contained in:
Alireza 2024-04-29 14:16:17 -04:00 committed by GitHub
parent 351244e8f3
commit f95255e8cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ Here is a schematic representation of our development workflow:
### Requirements
- [Yarn 1.17.3+](https://yarnpkg.com/en/docs/install)
- [Node 16+](https://nodejs.org/en/)
- [Node 18+](https://nodejs.org/en/)
- Yarn Workspaces should be enabled on your machine:
- `yarn config set workspaces-experimental true`

View File

@ -25,7 +25,7 @@ async function run() {
} else {
console.log('Branch: master');
const prereleaseComponents = semver.prerelease(currentVersion);
const isBumpBeta = lastCommitMessage.trim().endsWith('[BUMP BETA]');
const isBumpBeta = lastCommitMessage.trim().includes('[BUMP BETA]');
console.log('isBumpBeta', isBumpBeta);
if (prereleaseComponents?.includes('beta')) {