Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

## [Unreleased]
## v1.36.2

### Fix

- **publish**: always include published version (`tag` + `commit`) inside registry entry `versions` field

### Why

Registry validation requires a non-empty `versions` object.

Previously, `vix publish` created a registry entry with:

```json
{
"versions": {}
}
```

This caused the `validate_registry_pr` workflow to fail before auto-merge.

### Result

- Registry PRs are now immediately valid
- Auto-merge works reliably without manual intervention
- No need to manually patch `index/*.json`
- `registry_index_from_tags` remains compatible

### Impact

Publishing a new library version is now fully automated and stable.
## v1.36.1

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion modules/cli
Loading