Skip to content

Commit 9637265

Browse files
committed
fix(readme): move release-please annotations outside code blocks
1 parent b793cde commit 9637265

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,19 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
4646
4747
**macOS / Linux**
4848

49+
<!-- x-release-please-start-version -->
4950
```sh
50-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.sh)" # x-release-please-version
51+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.sh)"
5152
```
53+
<!-- x-release-please-end -->
5254

5355
**Windows** (PowerShell, the script self-elevates)
5456

57+
<!-- x-release-please-start-version -->
5558
```powershell
56-
irm https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.ps1 | iex # x-release-please-version
59+
irm https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.ps1 | iex
5760
```
61+
<!-- x-release-please-end -->
5862

5963
### What happens
6064

@@ -175,13 +179,15 @@ This covers:
175179
176180
Verify:
177181

182+
<!-- x-release-please-start-version -->
178183
```sh
179184
# Install scripts (download the asset first)
180185
gh attestation verify install.sh --owner chipwolf
181186

182187
# Container image
183-
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.1.0 --owner chipwolf # x-release-please-version
188+
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.1.0 --owner chipwolf
184189
```
190+
<!-- x-release-please-end -->
185191

186192
---
187193

0 commit comments

Comments
 (0)