Skip to content

Commit 3473cc9

Browse files
fix readme
1 parent b41dadd commit 3473cc9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

crates/shrs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "modular library to build your own shell in rust"
88
homepage = "https://mrpicklepinosaur.github.io/shrs/"
99
categories = ["command-line-interface", "command-line-utilities", "development-tools"]
1010
keywords = ["shrs", "shell", "posix", "unix"]
11-
readme = "README.md"
11+
readme = "../../README.md"
1212
repository = "https://github.com/MrPicklePinosaur/shrs"
1313

1414
[features]

dev/scripts/publish

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22

3+
# shrs_core
4+
# shrs_job
5+
# shrs_lang
6+
# shrs_line
7+
# shrs_utils
8+
# shrs_vi
9+
# shrs
310
crates=(
4-
shrs_core
5-
shrs_job
6-
shrs_lang
7-
shrs_line
8-
shrs_utils
9-
shrs_vi
10-
shrs
1111
)
1212
plugins=(
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[@]}"

0 commit comments

Comments
 (0)