Skip to content

Commit

Permalink
ci: release-please updating README.md's version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Oct 4, 2024
1 parent f4e18f7 commit d2d9cac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ If you want to insert a space and not expand the any abbreviations to the left o
### Installation - Standalone
You first need to clone zsh-simple-abbreviations.

<!-- x-release-please-start-version -->
```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"
version="1.0.0" && curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v${version}.tar.gz" | tar xz --directory "/tmp/" && rm -rf "${HOME}/.zsh-simple-abbreviations" && mv "/tmp/zsh-simple-abbreviations-${version}" "${HOME}/.zsh-simple-abbreviations"
```
<!-- x-release-please-end -->

Then in your `.zshrc` you need to source zsh-simple-abbreviations, before you can add, remove and use abbreviations.

Expand Down
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"release-type": "go",
"pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {}
".": {
"extra-files": [
"README.md"
]
}
}
}

0 comments on commit d2d9cac

Please sign in to comment.