Skip to content

Commit

Permalink
Removed the "master-it84" occurrences in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Mar 5, 2025
1 parent 81dd6e8 commit d5d9c47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ workflows:
branches:
only:
- master
- master-it84
- stable
- release

Expand Down
5 changes: 0 additions & 5 deletions scripts/release/utils/parsearguments.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ export default function parseArguments( cliArguments ) {
options.npmTag = 'alpha';
}

if ( options.nightlyNext ) {
options.branch = 'master-it84';
options.npmTag = 'nightly-next';
}

if ( options.internal ) {
options.npmTag = 'internal';
}
Expand Down

0 comments on commit d5d9c47

Please sign in to comment.