Skip to content

fix(sessions): exclude helper/target from publish include list#176

Closed
mwiebe wants to merge 1 commit into
OpenJobDescription:mainfrom
mwiebe:no-publish-target
Closed

fix(sessions): exclude helper/target from publish include list#176
mwiebe wants to merge 1 commit into
OpenJobDescription:mainfrom
mwiebe:no-publish-target

Conversation

@mwiebe
Copy link
Copy Markdown
Contributor

@mwiebe mwiebe commented May 11, 2026

What was the problem/requirement? (What/Why)

The /src/** include pattern matched src/helper/target/ build artifacts, causing cargo publish to fail with uncommitted-file errors. Add a negation pattern to exclude it.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The `/src/**` include pattern matched `src/helper/target/` build
artifacts, causing `cargo publish` to fail with uncommitted-file errors.
Add a negation pattern to exclude it.

Signed-off-by: Mark <399551+mwiebe@users.noreply.github.com>
@mwiebe mwiebe requested a review from a team as a code owner May 11, 2026 23:21
@mwiebe mwiebe closed this May 11, 2026
@mwiebe mwiebe deleted the no-publish-target branch May 11, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant