Skip to content

Commit 1f42204

Browse files
authored
release: promote next to main (#803)
* docs(zsh-lint): add generated-reference markers (#755) docs(zsh-lint): add generated-reference markers and seed content Re-add the {/* zsh-lint:generated:start/end */} markers to the Zsh Lint ecosystem page so the wiki-docs-sync pipeline from z-shell/zsh-lint has a region to inject into. Seed the region with the current generated Go reference so the first automated sync is a no-op rather than a failure. The marked region is machine-managed — do not hand-edit; it is regenerated from the repo's Go doc comments. Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com> * docs(zsh-lint): sync generated reference (#756) docs(zsh-lint): sync generated reference from zsh-lint * ci(trunk): fix duplicate Trunk Check context blocking PRs (#759) ci(trunk): rename workflow/job to Trunk Code Quality to fix duplicate check context The workflow and job were both named 'Trunk Check', colliding with the check that trunk-io/trunk-action posts (also 'Trunk Check'). Two identically-named check-runs confuse strict branch protection (required context 'Trunk Check'), leaving PRs stuck in BLOCKED even when all checks pass. Renaming to the org-conventional 'Trunk Code Quality' (matching other repos) leaves the action's 'Trunk Check' as the sole required context. Fixes #757. Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com> * docs(packages): drop removed Zsh 5.1.1/5.2.4 from version list The zsh package no longer ships 5.1.1 or 5.2.4 as selectable profiles (z-shell/zsh#14). Remove the two stale 'zi pack' examples so the usage page matches the available manifest profiles. * docs(zsh-lint): move tool documentation into community * docs(zsh-lint): normalize generated reference indentation * ci(workflows): enforce concurrency and permissions rules * ci(workflows): enforce top-level policy blocks * chore(repo): reconcile main content into next * docs(community): align project metadata with Linear * docs(contributing): point the label source of truth at lib/labels.yml (#802) The page linked z-shell/.github/.github/lib/labels.yml, a stale duplicate removed in z-shell/.github#471. The canonical file, and the one labels-sync.rb reads, is lib/labels.yml at that repository's root. Supports z-shell/.github#461. --------- Co-authored-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
1 parent 43dfbe2 commit 1f42204

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

community/00_contributing/05_project_management.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ id: project_management
33
title: "📋 Project Management"
44
sidebar_position: 5
55
image: /img/png/theme/z/320x320.png
6-
description: How work is tracked and labelled across the Z-Shell organization — project tracker, views, triage workflow, and canonical labels.
6+
description: How GitHub issues and the Z-Shell Workspace in Linear track work across the organization — workflow, labels, and triage.
77
keywords:
88
- project
99
- tracker
10+
- linear
11+
- github
12+
- workflow
1013
- labels
1114
- triage
12-
- sprint
13-
- roadmap
14-
- github
1515
---
1616

1717
{/* @format */}

0 commit comments

Comments
 (0)