-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move version bump logic into publish task (#196)
* Move version bump logic into publish task Since bumping versions is only really necessary when publishing the affected logic is moved into the publish task and the dedicated bump-task removed * Introduce dockerized cargo registry for publishing tests * fmt * update docs --------- Co-authored-by: Colin Mikolajczak <[email protected]> Co-authored-by: Niklas Rosenstein <[email protected]>
- Loading branch information
1 parent
94a0c22
commit bfdd906
Showing
8 changed files
with
125 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,9 @@ id = "67c15e74-a142-482f-9d2e-972a50161129" | |
type = "feature" | ||
description = "Make Rust builds respect Cargo.lock when present" | ||
author = "[email protected]" | ||
|
||
[[entries]] | ||
id = "db65bd12-a9d1-472c-a38b-6f889cdda683" | ||
type = "improvement" | ||
description = "Move bump version into publish" | ||
author = "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
kraken-build/src/kraken/std/cargo/tasks/cargo_bump_version_task.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.