Skip to main content

package-release

Use this skill when preparing Laravel package releases: generated release notes, GitHub release workflows, version checks, tags, release validation, or release automation changes. Never publish autonomously.

설치로 이동

소스 정보

저장소
WendellAdriel/laravel-expressive
최근 소스 활동
2026년 6월 8일 17:53
감지된 SKILL.md 언어
영어
스타
72
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
package-release
description
Use this skill when preparing Laravel package releases: generated release notes, GitHub release workflows, version checks, tags, release validation, or release automation changes. Never publish autonomously.
license
MIT
metadata
{"author":"laravel"}
# Package Release ## Primary Goal Prepare a safe package release checklist and implementation without tagging, pushing, or publishing unless the user explicitly approves that action. ## Workflow 1. Review generated release notes config, GitHub release workflows, open diff, and pending package changes. 2. Validate the release state with `composer test` before recommending a release. 3. Confirm whether version metadata needs to change; many Laravel packages rely on Git tags rather than a hardcoded package version. 4. Review tag naming, release branch, and GitHub release workflow behavior before any release command. 5. Do not tag, push, or publish without explicit user approval. ## References - `.github/release.yml` - `.github/workflows/tests.yml` - `composer.json` ## Examples - Prepare a release by confirming generated release notes categories, running `composer test`, and drafting the tag command for user approval. - Update release notes grouping in `.github/release.yml` when a new label convention is added. ## Anti-Patterns - Creating tags, pushing branches, or publishing releases without explicit approval. - Skipping `composer test` before a release recommendation. - Changing release workflows without checking the supported matrix in `.github/workflows/tests.yml`.
GitHub에서 보기