docs+chore: signed-release docs, Neuraldeep footer, manual npm publish#258
Merged
Conversation
- README: desktop app is now signed & notarized (arm64 + x64), opens with no Gatekeeper warning (was "Apple Silicon" only). - desktop/RELEASE.md: rewritten for the real signed+notarized flow — keychain notary profile, the VPN/proxy timestamp gotcha, `--arm64 --x64`, DMG-container staple + latest-mac.yml regen, quarantined-mount verification; corrected the stale "no tracked workflow" CI note. - Sidebar footer: "Made by Valerii Kovalskii" → "Made by Neuraldeep community" (same t.me/neuraldeep link). - publish.yml: switch npm publish from auto-on-release to manual workflow_dispatch — desktop DMG releases no longer trigger (and 403-fail) a CLI publish; publishing stays a deliberate, short-lived-token action. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
timestamp.apple.comgotcha, explicit--arm64 --x64, DMG-container staple +latest-mac.ymlregen, quarantined-mount verification; fixed the stale "no tracked workflow" CI note.t.me/neuraldeeplink).workflow_dispatch) instead of on-release. GitHub releases are also cut for the desktop DMG, which was triggering — and 403-failing — a CLI publish on every release. Publishing stays a deliberate action with a short-lived token; aNPM_TOKENautomation secret is required (fails early with a clear message if missing).🤖 Generated with Claude Code