Skip to content

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 23 Jan 19:18
24a9baa

🧪 Test: Insignificant change with prerelease label (#21)

Summary

This PR tests the updated important file change detection with the fix for publish behavior.

What changed

  • Added *.tmp to .gitignore (not an important file)

Expected behavior

When merged:

  • ReleaseType should be None (not Release) since no important files changed
  • PublishModule should be true but only for cleanup (removing prereleases)
  • PublishSite should be false since no important files changed
  • No new release should be created

Important files patterns (none match .gitignore)

  • ^\.github/workflows/Process-PSModule\.yml$
  • ^src/
  • ^examples/
  • ^README\.md$