Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Spieker <[email protected]>
  • Loading branch information
ll-nick and orzechow authored Nov 21, 2024
1 parent 20e87b8 commit 3da48b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compute_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ initial_major=$(echo "$initial_version" | cut -d'.' -f1)
initial_minor=$(echo "$initial_version" | cut -d'.' -f2)
initial_patch=$(echo "$initial_version" | cut -d'.' -f3)

# Determine the bump type based on PR description
# Determine the bump type based on input string
if [[ "$input_string" == *"#major"* ]]; then
new_major=$((initial_major + 1))
new_minor=0
Expand Down

0 comments on commit 3da48b2

Please sign in to comment.