Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Switch to hatch for python version#6544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jtpio merged 5 commits intojupyter:mainfromblink1073:use-hatch-version
Sep 26, 2022
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
update version handling again
  • Loading branch information
@blink1073
blink1073 committedSep 23, 2022
commit4ebaa3c0b61fe921efdf8e92dcef077186bf9064
4 changes: 3 additions & 1 deletionbuildutils/src/release-bump.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -67,7 +67,7 @@ commander
// just the Python version.
if (prev.indexOf('a') !== -1 && spec === 'major') {
// Bump the version.
utils.run(`hatchrun ${spec}`);
utils.run(`hatchversion ${spec}`);

// Run the post-bump script.
postbump(commit);
Expand DownExpand Up@@ -117,6 +117,8 @@ commander
pySpec = 'rc';
} else if (prev.indexOf('rc') !== -1) {
pySpec = 'patch';
} else {
pySpec = 'alpha';
}
} else if (spec == 'build') {
if (prev.indexOf('a') !== -1) {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp