Skip to content

Commit 258f949

Browse files
authored
chore: reset release state for clean v1.0.0 under new rules (#8)
Retag v1.0.0 with disciplined release practices in place. Previous v1.0.0 (initial source drop) and v1.1.0 (empty infra bump — binary byte-identical to v1.0.0, violated R2) are superseded by a fresh release cut under the new .claude/rules/conventional-commits.md. Safe because adoption is effectively zero: ~6h since v1.1.0 shipped, no stable install channels cached it, no Homebrew tap or Scoop bucket references it. rendobar.com/install.sh redirects to raw.github and will auto-pick-up the new v1.0.0 as 'latest' within minutes of the release firing. State reset: - .release-please-manifest.json: 1.1.0 -> 0.0.0 - CHANGELOG.md: cleared to header-only - package.json version: 1.1.0 -> 0.0.0 (release-please will overwrite) release-please will now open a fresh 'chore: release 1.0.0' PR via the Release-As footer. Auto-merge kicks in, cli-binaries.yml builds all 5 platforms, install-scripts.yml post-release smoke validates the chain. Release-As: 1.0.0
1 parent 2434e27 commit 258f949

3 files changed

Lines changed: 3 additions & 25 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
}

CHANGELOG.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
11
# Changelog
22

3-
## [1.1.0](https://github.com/rendobar/cli/compare/v1.0.0...v1.1.0) (2026-04-24)
4-
5-
6-
### Features
7-
8-
* add install/uninstall scripts + E2E workflow ([#4](https://github.com/rendobar/cli/issues/4)) ([03c49ee](https://github.com/rendobar/cli/commit/03c49ee20764456a15113b3ad09f3ba8aa14050d))
9-
10-
11-
### Bug Fixes
12-
13-
* bulletproof watchdog issue bodies and add Claude Code memory ([#3](https://github.com/rendobar/cli/issues/3)) ([2249ded](https://github.com/rendobar/cli/commit/2249ded143c0a6a4082f3495c66aba455fb283af))
14-
15-
## 1.0.0 (2026-04-12)
16-
17-
18-
### Features
19-
20-
* initial source drop for standalone CLI repo ([9039fa7](https://github.com/rendobar/cli/commit/9039fa7d3d7bfdb1e026323192fa5e66d7eca78d))
21-
22-
## Changelog
23-
24-
All notable changes to the Rendobar CLI are documented in this file.
25-
Generated automatically by [release-please](https://github.com/googleapis/release-please).
3+
All notable changes to the Rendobar CLI are documented in this file. Generated automatically by [release-please](https://github.com/googleapis/release-please).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendobar-cli",
3-
"version": "1.1.0",
3+
"version": "0.0.0",
44
"private": true,
55
"description": "Rendobar CLI — serverless video processing from your terminal.",
66
"license": "MIT",

0 commit comments

Comments
 (0)