Skip to content

This release fixes two bugs: the multi-project show command now displays entries in consistent chronological order, and release recovery instructions show the actual branch name instead of a placeholder.

Jan 22, 2026 ยท @mavam, @claude ยท #6

The multi-project show command now displays changelog entries in chronological order, with the newest entry at the bottom of the table where users expect it. Previously, entries were sorted newest-first, which was inconsistent with single-project behavior and user expectations. This brings the multi-project display in line with the rest of the applicationโ€™s sorting behavior.

Jan 22, 2026 ยท @mavam, @claude ยท #5

When a release fails during the branch push step, the recovery instructions now display the actual branch name instead of a placeholder:

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Release Progress (2/5) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ โœ” git commit -m "Release v1.2.0" โ”‚
โ”‚ โœ” git tag -a v1.2.0 -m "Release v1.2.0" โ”‚
โ”‚ โœ˜ git push origin main:main โ”‚
โ”‚ โ—‹ git push origin v1.2.0 โ”‚
โ”‚ โ—‹ gh release create v1.2.0 --repo tenzir/ship ... โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Previously, the failed step showed git push origin <branch>:<branch> instead of the actual branch name.