Skip to content

Commit 7bdf177

Browse files
authored
New version: max-sixty.worktrunk version v0.8.1 (microsoft#327074)
1 parent 3558a3e commit 7bdf177

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: max-sixty.worktrunk
5+
PackageVersion: v0.8.1
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: wt.exe
10+
PortableCommandAlias: wt
11+
ReleaseDate: 2025-12-31
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-x86_64-pc-windows-msvc.zip
15+
InstallerSha256: 83413D5A2DFC6DCD304DB5ED53AAB4FB2AAE387570754A39B5055F39C6A0E64D
16+
ManifestType: installer
17+
ManifestVersion: 1.10.0
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: max-sixty.worktrunk
5+
PackageVersion: v0.8.1
6+
PackageLocale: en-US
7+
Publisher: max-sixty
8+
PublisherUrl: https://github.com/max-sixty
9+
PublisherSupportUrl: https://github.com/max-sixty/worktrunk/issues
10+
PackageName: worktrunk
11+
PackageUrl: https://github.com/max-sixty/worktrunk
12+
License: MIT OR Apache-2.0
13+
ShortDescription: A Git worktree manager for trunk-based development
14+
Description: |-
15+
worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows.
16+
It simplifies creating, switching between, and managing Git worktrees, making it easy to
17+
work on multiple features or branches simultaneously without the overhead of stashing
18+
or switching branches in a single working directory.
19+
Tags:
20+
- cli
21+
- git
22+
- git-worktree
23+
- rust
24+
- terminal
25+
- worktree
26+
ReleaseNotes: |-
27+
Release Notes
28+
Improved
29+
- Shell and PowerShell installers: Added one-line install commands for Linux/macOS and Windows.
30+
- Consistent terminology: CLI now uses "branch name" consistently instead of mixing "worktree" and "branch". The wt remove argument is renamed from worktrees to branches to reflect that worktrees are addressed by branch name.
31+
Fixed
32+
- Switch hints: Removed incorrect wt switch @ hint and improved error output spacing.
33+
Documentation
34+
- Dev server and database patterns: Added practical examples for running per-worktree dev servers with subdomain routing and databases with unique ports.
35+
Install worktrunk 0.8.1
36+
Install prebuilt binaries via shell script
37+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-installer.sh | sh
38+
Install prebuilt binaries via powershell script
39+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-installer.ps1 | iex"
40+
Download worktrunk 0.8.1
41+
────────────────────────────────────────────────┬───────────────────┬─────────────
42+
File │Platform │Checksum
43+
────────────────────────────────────────────────┼───────────────────┼─────────────
44+
worktrunk-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum
45+
────────────────────────────────────────────────┼───────────────────┼─────────────
46+
worktrunk-x86_64-apple-darwin.tar.xz │Intel macOS │checksum
47+
────────────────────────────────────────────────┼───────────────────┼─────────────
48+
worktrunk-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
49+
────────────────────────────────────────────────┼───────────────────┼─────────────
50+
worktrunk-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum
51+
────────────────────────────────────────────────┼───────────────────┼─────────────
52+
worktrunk-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum
53+
────────────────────────────────────────────────┴───────────────────┴─────────────
54+
ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.8.1
55+
ManifestType: defaultLocale
56+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: max-sixty.worktrunk
5+
PackageVersion: v0.8.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)