Skip to content

Commit

Permalink
feat: test with marker
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Oct 3, 2024
1 parent 7e6b6f4 commit cf5889e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 3 additions & 11 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
}

0 comments on commit cf5889e

Please sign in to comment.