diff --git a/README.md b/README.md index a5c1617..840d032 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ If you want to insert a space and not expand the any abbreviations to the left o You first need to clone zsh-simple-abbreviations. ```sh -curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v1.0.0.tar.gz" | tar xz --directory "/tmp/" && rm -rf "${HOME}/.zsh-simple-abbreviations" && mv "/tmp/zsh-simple-abbreviations-1.0.0" "${HOME}/.zsh-simple-abbreviations" +curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v1.0.0.tar.gz" | tar xz --directory "/tmp/" && rm -rf "${HOME}/.zsh-simple-abbreviations" && mv "/tmp/zsh-simple-abbreviations-1.0.0" "${HOME}/.zsh-simple-abbreviations" # x-release-please-version ``` Then in your `.zshrc` you need to source zsh-simple-abbreviations, before you can add, remove and use abbreviations. diff --git a/release-please-config.json b/release-please-config.json index e3a56af..1e46450 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,17 +4,9 @@ "pull-request-title-pattern": "chore: release ${version}", "packages": { ".": { - "extra-files": [ - { - "type": "generic", - "path": "README.md" - }, - { - "type": "json", - "path": "version.json", - "jsonpath": "$.version" - } - ] + "extra-files": [ + "README.md" + ] } } }