Skip to content

Align release artifact versioning with package metadata (0.6.2) - #48

Merged
M-Nikox merged 1 commit into
masterfrom
copilot/fix-missing-linux-artifacts
Aug 23, 2026
Merged

M-Nikox merged 1 commit into
masterfrom
copilot/fix-missing-linux-artifacts

Conversation

Copilot AI commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bug description

Release assets published under v0.6.1 were named slate-0.6.0-*, creating a version mismatch between tag/release and distributed binaries.

Root cause

electron-builder derives artifact names from package.json version, and the repository still had "version": "0.6.0" when v0.6.1 was tagged.

Fix

  • Version alignment
    • Bumped app version in package.json from 0.6.0 to 0.6.2 so artifact naming matches the next release tag.
  • Release notes continuity
    • Added 0.6.2 changelog entry documenting the artifact/version alignment fix.
{
  "name": "slate",
  "version": "0.6.2"
}

Steps to reproduce (before fix)

  1. Create/tag a release after v0.6.0 while package.json still contains 0.6.0.
  2. Run release packaging workflow.
  3. Observe generated assets named slate-0.6.0-* under the newer release tag.

Screenshots

N/A

Checklist

  • Fix tested locally
  • Regression tested — existing behavior unaffected
  • No hardcoded values introduced

Co-authored-by: M-Nikox <101933576+M-Nikox@users.noreply.github.com>
@M-Nikox
M-Nikox self-requested a review August 23, 2026 18:03
@M-Nikox M-Nikox added the bug Something isn't working label Aug 23, 2026
@M-Nikox
M-Nikox marked this pull request as ready for review August 23, 2026 18:03
Copilot AI lite review requested due to automatic review settings August 23, 2026 18:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@M-Nikox
M-Nikox merged commit 763cc63 into master Aug 23, 2026
9 checks passed
@M-Nikox
M-Nikox deleted the copilot/fix-missing-linux-artifacts branch August 23, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants