Skip to content

Commit

Permalink
Fix hatch version when going from rc (#6971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 19, 2023
1 parent 34ca875 commit 2be98e8
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 2be98e8

Please sign in to comment.