diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0633303..602c74f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -8,6 +8,15 @@ on: jobs: create-release: + # Opt-out marker. A merge whose commit message contains [no-release] is + # skipped entirely — no tag, no release, no bundle. Intended for the + # intermediate merges of a multi-PR feature arc, where every merge would + # otherwise mint a release nobody installs. Put the marker in the PR TITLE: + # GitHub's default merge commit is "Merge pull request #N from …" followed + # by the PR title, so the title is what lands in the message this reads. + # A release still needs its own PluginVersion bump — version-check is + # unaffected by this marker and continues to require one on every PR. + if: ${{ !contains(github.event.head_commit.message, '[no-release]') }} runs-on: ubuntu-latest permissions: contents: write diff --git a/indigo-matter.indigoPlugin/Contents/Info.plist b/indigo-matter.indigoPlugin/Contents/Info.plist index 68d8678..acfb156 100644 --- a/indigo-matter.indigoPlugin/Contents/Info.plist +++ b/indigo-matter.indigoPlugin/Contents/Info.plist @@ -20,7 +20,7 @@ IwsApiVersion 1.0.0 PluginVersion - 2026.8.0 + 2026.8.2 ServerApiVersion 3.6