Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPicklePinosaur committed Nov 13, 2023
1 parent b41dadd commit 3473cc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crates/shrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "modular library to build your own shell in rust"
homepage = "https://mrpicklepinosaur.github.io/shrs/"
categories = ["command-line-interface", "command-line-utilities", "development-tools"]
keywords = ["shrs", "shell", "posix", "unix"]
readme = "README.md"
readme = "../../README.md"
repository = "https://github.com/MrPicklePinosaur/shrs"

[features]
Expand Down
16 changes: 8 additions & 8 deletions dev/scripts/publish
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

# shrs_core
# shrs_job
# shrs_lang
# shrs_line
# shrs_utils
# shrs_vi
# shrs
crates=(
shrs_core
shrs_job
shrs_lang
shrs_line
shrs_utils
shrs_vi
shrs
)
plugins=(
shrs_autocd
Expand All @@ -26,4 +26,4 @@ plugins=(
# cargo publish -p $crate
#done

cargo smart-release --no-changelog --no-tag --execute "${crates[@]}" "${plugins[@]}"
cargo smart-release -d keep --update-crates-index --no-changelog --no-tag "${crates[@]}" "${plugins[@]}"

0 comments on commit 3473cc9

Please sign in to comment.