Skip to content

Commit 68c756d

Browse files
committed
fix(release): reset manifest and version strings to 0.0.0 after cleaning up failed releases
1 parent 9637265 commit 68c756d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "0.0.0"
33
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
4242
> [!WARNING]
4343
> These scripts fetch and execute code from this repo in a single command. Review them first if that matters to you, or use the [inspect-first path](#inspect-first) below.
4444
>
45-
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.1.0) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --owner chipwolf` <!-- x-release-please-version -->
45+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v0.0.0) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --owner chipwolf` <!-- x-release-please-version -->
4646
4747
**macOS / Linux**
4848

4949
<!-- x-release-please-start-version -->
5050
```sh
51-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.sh)"
51+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v0.0.0/install.sh)"
5252
```
5353
<!-- x-release-please-end -->
5454

5555
**Windows** (PowerShell, the script self-elevates)
5656

5757
<!-- x-release-please-start-version -->
5858
```powershell
59-
irm https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.ps1 | iex
59+
irm https://github.com/chipwolf/dotfiles/releases/download/v0.0.0/install.ps1 | iex
6060
```
6161
<!-- x-release-please-end -->
6262

@@ -171,7 +171,7 @@ All release artifacts are built with [SLSA Build L3](https://slsa.dev/spec/v1.0/
171171

172172
This covers:
173173

174-
- **Install scripts** (`install.sh`, `install.ps1`): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.1.0) assets with generic SLSA provenance. <!-- x-release-please-version -->
174+
- **Install scripts** (`install.sh`, `install.ps1`): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v0.0.0) assets with generic SLSA provenance. <!-- x-release-please-version -->
175175
- **Codespaces overlay image** ([ghcr.io/chipwolf/dotfiles](https://ghcr.io/chipwolf/dotfiles)): published to GHCR with container SLSA provenance.
176176

177177
> [!NOTE]
@@ -185,7 +185,7 @@ Verify:
185185
gh attestation verify install.sh --owner chipwolf
186186

187187
# Container image
188-
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.1.0 --owner chipwolf
188+
gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v0.0.0 --owner chipwolf
189189
```
190190
<!-- x-release-please-end -->
191191

0 commit comments

Comments
 (0)