File tree 6 files changed +8
-7
lines changed
6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# IntelliJ IDEA
2
2
.idea /
3
3
* .iml
4
+ # VScode
5
+ .vscode /
4
6
5
7
# Generated by Cargo
6
8
# will have compiled files and executables
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ assets = [
106
106
107
107
[package .metadata .release ]
108
108
# releases are managed by cargo release, but publication is done on the CI
109
- # this metadata prevents a misuse when --skip -publish flag is missing from cargo
109
+ # this metadata prevents a misuse when --no -publish flag is missing from cargo
110
110
# release command line
111
- disable- publish = true
111
+ publish = false
112
112
113
113
[workspace ]
114
114
members = [" python" ]
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ features = ["extension-module"]
38
38
39
39
[package .metadata .release ]
40
40
# releases are managed by cargo release, but publication is done on the CI
41
- # this metadata prevents a misuse when --skip -publish flag is missing from cargo
41
+ # this metadata prevents a misuse when --no -publish flag is missing from cargo
42
42
# release command line
43
- disable- publish = true
43
+ publish = false
Original file line number Diff line number Diff line change 1
1
# cargo-release config file
2
2
3
3
# don't create pymicrovmi-vxxx tag
4
- disable- tag = true
4
+ tag = false
Original file line number Diff line number Diff line change 1
1
# cargo release config file
2
2
consolidate-commits = true
3
- consolidate-pushes = true
Original file line number Diff line number Diff line change 1
1
# cargo-release config file
2
2
3
3
# internal crate, skip release process
4
- disable- release = true
4
+ release = false
You can’t perform that action at this time.
0 commit comments