Conversation
Agent-Logs-Url: https://github.com/paladini/vibe-code-detector/sessions/3942277f-2712-4585-8dca-4ad49739575a Co-authored-by: paladini <3361224+paladini@users.noreply.github.com>
Agent-Logs-Url: https://github.com/paladini/vibe-code-detector/sessions/3942277f-2712-4585-8dca-4ad49739575a Co-authored-by: paladini <3361224+paladini@users.noreply.github.com>
|
@copilot você consegue já executar o comando de publicar a release da v1.0.0 da extensão, com o ZIP da extensão e tudo mais? Além do código que você já fez, de fato publicar uma release com conteúdo e arquivo anexados. |
Não consegui publicar daqui porque o token GitHub disponível nesta sessão está inválido para ações de escrita/release. A automação ficou pronta no commit Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
The repository documented manual install via a ZIP from GitHub Releases, but no releases/tags were being generated, so users had no downloadable extension artifact. This change makes release publication happen from normal versioned delivery flow instead of relying only on ad-hoc tagging.
Release trigger coverage
Release Extensionworkflow to run onmainpushes when release-relevant files change (package.json,extension/manifest.json, workflow file), in addition to existing tag and manual triggers.workflow_dispatchsupport;versioninput is now optional.Deterministic release metadata
v*) when present,versioninput when provided,extension/manifest.jsonversion (normalized tovX.Y.Z).package.jsonandextension/manifest.jsonversions match before publishing.Release publication behavior
target_commitishto the triggering commit SHA.Docs alignment
main, while retaining tag/manual paths.