You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to the following files will not trigger a release:
407
+
Changes to files that do not match any of the important file patterns will not trigger a release.
408
+
With the default patterns, this includes:
384
409
385
410
- `.github/workflows/*`- Workflow configurations
386
411
- `.github/linters/*`- Linter configuration files
@@ -448,6 +473,7 @@ The following settings are available in the settings file:
448
473
| `Publish.Module.UsePRTitleAsReleaseName` | `Boolean` | Use the PR title as the GitHub release name instead of version string | `false` |
449
474
| `Publish.Module.UsePRBodyAsReleaseNotes` | `Boolean` | Use the PR body as the release notes content | `true` |
450
475
| `Publish.Module.UsePRTitleAsNotesHeading` | `Boolean` | Prepend PR title as H1 heading with PR number link before the body | `true` |
476
+
| `Publish.Module.ImportantFilesPatterns` | `String` | Comma-separated list of regex patterns for files that trigger a release (see [Important file change detection](#important-file-change-detection)) | `'^src/, ^README\.md$'` |
0 commit comments