Skip to content

fix: include all required dirs in release zip bundle#83

Merged
gringolito merged 1 commit into
masterfrom
fix/release-workflow-missing-files-82
May 25, 2026
Merged

fix: include all required dirs in release zip bundle#83
gringolito merged 1 commit into
masterfrom
fix/release-workflow-missing-files-82

Conversation

@gringolito
Copy link
Copy Markdown
Owner

Summary

Acceptance Criteria

  • release.yaml cp command no longer references SKILL.md
  • skills/, hooks/, scripts/, and .claude-plugin/ are all present in the cp command
  • A tag push triggers a green GitHub Actions release run
  • The resulting zip contains: commands/, skills/, hooks/, scripts/, .claude-plugin/, README.md, LICENSE

The last two ACs are verified by the release run that follows merging this PR.

Closes #82

SKILL.md was moved to skills/github-backlog-management/SKILL.md in
PR #70 but the cp command was never updated, causing the workflow to
fail on every tag push. Also adds the previously missing hooks/,
scripts/, and .claude-plugin/ directories to the bundle.

Refs #82
@gringolito gringolito self-assigned this May 25, 2026
@gringolito gringolito merged commit 47b36e4 into master May 25, 2026
1 check passed
@gringolito gringolito deleted the fix/release-workflow-missing-files-82 branch May 25, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: release workflow fails — missing files in zip bundle

1 participant