File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 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"
88homepage = " https://mrpicklepinosaur.github.io/shrs/"
99categories = [" command-line-interface" , " command-line-utilities" , " development-tools" ]
1010keywords = [" shrs" , " shell" , " posix" , " unix" ]
11- readme = " README.md"
11+ readme = " ../../ README.md"
1212repository = " https://github.com/MrPicklePinosaur/shrs"
1313
1414[features ]
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # shrs_core
4+ # shrs_job
5+ # shrs_lang
6+ # shrs_line
7+ # shrs_utils
8+ # shrs_vi
9+ # shrs
310crates=(
4- shrs_core
5- shrs_job
6- shrs_lang
7- shrs_line
8- shrs_utils
9- shrs_vi
10- shrs
1111)
1212plugins=(
1313 shrs_autocd
@@ -26,4 +26,4 @@ plugins=(
2626# cargo publish -p $crate
2727# done
2828
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