Skip to content

Commit c89fc0f

Browse files
v1.36.1: improve publish messaging + stabilize registry auto-merge (#327)
1 parent 828fac8 commit c89fc0f

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

1010
## [Unreleased]
11+
## v1.36.1
12+
13+
### Improvements
14+
15+
- CLI: improve `vix publish` messaging when triggering registry index updates
16+
- Better feedback after tag push and registry workflow trigger
17+
- Clearer output when version is already registered
18+
19+
### Registry
20+
21+
- Confirmed fully automatic tag-driven registry workflow
22+
- Auto PR creation + auto-merge stabilized using bot token
23+
24+
### Internal
25+
26+
- Minor CLI output refinements
27+
- No breaking changes
1128
## v1.36.0
1229

1330
### ✨ Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ curl -fsSL https://vixcpp.com/install.sh | bash
8181

8282
### PowerShell (Windows)
8383

84-
```powershell
84+
```bash
8585
irm https://vixcpp.com/install.ps1 | iex
8686
```
8787

modules/cli

0 commit comments

Comments
 (0)