docs: refresh release process + plugin-registry status#28
Merged
Conversation
- Release flow: the chore: release commit lands via PR (main is protected), and the GitHub release is auto-created by the release workflow on tag push — drop the manual gh release create step (it 422s). - Plugin registry: #852 + the 0.6.1 update merged; per-release updates ship via a new PR (0.7.0 = #933). Repo renamed noctalia-plugins -> legacy-v4-plugins. - Note Noctalia v5's Luau plugin system + closed community registry; the plugin stays v4 (a v5 port is a full rewrite, not pursued yet). - README Option B: plugin is available in the v4 registry, not pending.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the dev docs in line with what this release cycle actually exercised.
WORKFLOW.md): thechore: releasecommit lands via PR (main is branch-protected), and the GitHub release is auto-created by thereleaseworkflow on tag push — removed the manualgh release createstep (it 422s "already exists"). Quick-ref + distribution table updated.UPSTREAM-SUBMISSION.md,WORKFLOW.md,README.md): #852 and the 0.6.1 update are merged; per-release updates ship via a fresh PR (0.7.0 = #933). The registry repo was renamednoctalia-plugins→legacy-v4-plugins.plugin.toml+.luau,catalog.toml) and that its community registry isn't accepting submissions yet — niri-screensaver stays a v4 plugin; a v5 port is a full rewrite, not pursued here.Docs-only.
make checkgreen.