Skip to content

Add [skip publish] support to publish workflow#90

Merged
jaredpar merged 1 commit into
mainfrom
jaredpar/skip-publish-option
Jun 15, 2026
Merged

Add [skip publish] support to publish workflow#90
jaredpar merged 1 commit into
mainfrom
jaredpar/skip-publish-option

Conversation

@jaredpar

Copy link
Copy Markdown
Owner

When a commit message on main contains [skip publish], the publish workflow will skip the NuGet push. This is useful for:

  • Documentation-only changes
  • Batching a series of PRs before a single release
  • Any merge where you don't want a new package version

Usage: Include [skip publish] anywhere in your merge/squash commit message.

The workflow_dispatch path is unaffected — manual publishes always proceed.

When a commit message on main contains [skip publish], the publish
workflow will skip the NuGet push. Useful for doc updates or batching
multiple PRs before a release.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jaredpar jaredpar enabled auto-merge (squash) June 15, 2026 14:20
@jaredpar jaredpar disabled auto-merge June 15, 2026 14:20
@jaredpar jaredpar enabled auto-merge (squash) June 15, 2026 14:21
@jaredpar jaredpar merged commit d83fb92 into main Jun 15, 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