Skip to content

Commit

Permalink
updated bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed May 8, 2024
1 parent efd1d4c commit ba0d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/prData.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function processLabelsAndVersion(labels, currentVersion) {
// all other labels are a minor bump
versionParts[1] += 1;
versionParts[2] = 0;
appliedLabel = labels.find((label) => label).name; // Catch-all increment
appliedLabel = labels[0].name; // Assumes only one label was used, as is currently our process
}

// newVersion is in the format X.X.X
Expand Down

0 comments on commit ba0d0dc

Please sign in to comment.