Skip to content

Commit

Permalink
fix alpha bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 27, 2023
1 parent 32423e3 commit 6bf818b
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 @@ -136,7 +136,7 @@ commander
} else if (prev.indexOf('rc') !== -1) {
pySpec = `${spec},release`;
} else {
pySpec = `${spec},beta`;
pySpec = `${spec},alpha`;
}
}
utils.run(`hatch version ${pySpec}`);
Expand Down

0 comments on commit 6bf818b

Please sign in to comment.