Skip to content

fix: ignore documentation/ and tests/ in create-release.yml#19

Merged
jonryser merged 1 commit intomainfrom
fix/create-release-ignore-docs-tests
Mar 12, 2026
Merged

fix: ignore documentation/ and tests/ in create-release.yml#19
jonryser merged 1 commit intomainfrom
fix/create-release-ignore-docs-tests

Conversation

@genui-scotty
Copy link
Contributor

@genui-scotty genui-scotty bot commented Mar 12, 2026

The release workflow failed after merging PR #18 because the new documentation/ and tests/ folders were picked up as changed files. The awk module-path extraction treats them as deployable modules and then fails trying to read project.json from those directories.

Adds both paths to files_ignore so they never trigger a release.

These folders contain no project.json and should never trigger a release.
The release workflow extracts module paths from changed files and reads
project.json to determine versions — adding them to files_ignore prevents
the Version and Release Setup step from failing when only docs or tests change.
@jonryser jonryser merged commit 1a2a757 into main Mar 12, 2026
1 check passed
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.

1 participant