Skip to content

Commit 828fac8

Browse files
v1.36.0: add unpublish command + stabilize tag-driven registry workflow (#326)
1 parent 5fbaeba commit 828fac8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

1010
## [Unreleased]
11+
## v1.36.0
12+
13+
### ✨ Added
14+
15+
- `vix unpublish` command
16+
Allows package owners to remove an existing registry entry in a controlled way.
17+
- Full CLI integration for unpublish flow (dispatch + command wiring).
18+
- Tag-driven registry compatibility (CLI aligned with automated `index_from_tags` workflow).
19+
20+
### 🔄 Improved
21+
22+
- Registry sync stability (`vix registry sync`) with stricter reset and checkout handling.
23+
- Publish / remove flows aligned with Git tag–based version indexing.
24+
- CLI registry commands hardened for consistency with automated GitHub Actions pipeline.
25+
26+
### 🛠 Internal
27+
28+
- Registry index now derives owner/repo from `repo.url` instead of namespace.
29+
- Improved compatibility with automated registry version generation from Git tags.
30+
- CLI prepared for fully automated registry maintenance workflow.
31+
32+
---
33+
34+
This release strengthens the reliability of the Vix Registry and completes the tag-driven publication lifecycle.
1135
## v1.35.3
1236

1337
### Changed

0 commit comments

Comments
 (0)