Skip to content

Commit

Permalink
Fix hatch version when going from rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jul 19, 2023
1 parent 06c4db7 commit 5f9ffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutils/src/release-bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ commander
} else if (prev.indexOf('b') !== -1) {
pySpec = 'rc';
} else if (prev.indexOf('rc') !== -1) {
pySpec = 'patch';
pySpec = 'release';
} else {
pySpec = 'alpha';
}
Expand Down

0 comments on commit 5f9ffd5

Please sign in to comment.