File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "modular library to build your own shell in rust"
8
8
homepage = " https://mrpicklepinosaur.github.io/shrs/"
9
9
categories = [" command-line-interface" , " command-line-utilities" , " development-tools" ]
10
10
keywords = [" shrs" , " shell" , " posix" , " unix" ]
11
- readme = " README.md"
11
+ readme = " ../../ README.md"
12
12
repository = " https://github.com/MrPicklePinosaur/shrs"
13
13
14
14
[features ]
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ # shrs_core
4
+ # shrs_job
5
+ # shrs_lang
6
+ # shrs_line
7
+ # shrs_utils
8
+ # shrs_vi
9
+ # shrs
3
10
crates=(
4
- shrs_core
5
- shrs_job
6
- shrs_lang
7
- shrs_line
8
- shrs_utils
9
- shrs_vi
10
- shrs
11
11
)
12
12
plugins=(
13
13
shrs_autocd
@@ -26,4 +26,4 @@ plugins=(
26
26
# cargo publish -p $crate
27
27
# done
28
28
29
- cargo smart-release --no-changelog --no-tag --execute " ${crates[@]} " " ${plugins[@]} "
29
+ cargo smart-release -d keep --update-crates-index --no-changelog --no-tag " ${crates[@]} " " ${plugins[@]} "
You can’t perform that action at this time.
0 commit comments