Skip to content

Commit

Permalink
remove redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFrontegg committed Nov 5, 2024
1 parent f63bcb0 commit 530feb7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/scripts/increment-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export default (minorNeeded) => {
let newVersion = { ...version };

console.log(`Current version: ${version.major}.${version.minor}.${version.patch}`);
const prLabels = getPrLabels();

const minorNeeded = prLabels.some((label) => label.name?.toLowerCase?.() === 'minor');


if (minorNeeded) {
console.log('Minor version needed', { minorNeeded });
}
Expand Down

0 comments on commit 530feb7

Please sign in to comment.