Skip to content

Commit

Permalink
Merge pull request #247 from Wenzel/release
Browse files Browse the repository at this point in the history
update cargo-release
  • Loading branch information
Wenzel committed Feb 29, 2024
2 parents 676cfe4 + b17962d commit 6733266
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# IntelliJ IDEA
.idea/
*.iml
# VScode
.vscode/

# Generated by Cargo
# will have compiled files and executables
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ assets = [

[package.metadata.release]
# releases are managed by cargo release, but publication is done on the CI
# this metadata prevents a misuse when --skip-publish flag is missing from cargo
# this metadata prevents a misuse when --no-publish flag is missing from cargo
# release command line
disable-publish = true
publish = false

[workspace]
members = ["python"]
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ features = ["extension-module"]

[package.metadata.release]
# releases are managed by cargo release, but publication is done on the CI
# this metadata prevents a misuse when --skip-publish flag is missing from cargo
# this metadata prevents a misuse when --no-publish flag is missing from cargo
# release command line
disable-publish = true
publish = false
2 changes: 1 addition & 1 deletion python/release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cargo-release config file

# don't create pymicrovmi-vxxx tag
disable-tag = true
tag = false
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# cargo release config file
consolidate-commits = true
consolidate-pushes = true
2 changes: 1 addition & 1 deletion utilities/release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cargo-release config file

# internal crate, skip release process
disable-release = true
release = false

0 comments on commit 6733266

Please sign in to comment.