Skip to content

Chore: bump version to 0.1.11-alpha and remove MSI bundle support - #46

Merged
MathCunha16 merged 1 commit into
mainfrom
fix/release-windows
Aug 20, 2026
Merged

Chore: bump version to 0.1.11-alpha and remove MSI bundle support#46
MathCunha16 merged 1 commit into
mainfrom
fix/release-windows

Conversation

@MathCunha16

@MathCunha16 MathCunha16 commented Aug 20, 2026

Copy link
Copy Markdown
Owner

This pull request updates the application version to 0.1.11-alpha across all relevant files and removes support for the Windows MSI installer format from the build and release process. The changes ensure consistency in versioning and streamline the Windows installer output to only include NSIS installers.

Version Updates:

  • Updated the application version to 0.1.11-alpha in backend/internal/domain/model/version.go, frontend/package.json, frontend/src-tauri/Cargo.toml, and frontend/src-tauri/tauri.conf.json. [1] [2] [3] [4]

Build and Release Pipeline Changes:

  • Removed the MSI bundle from the Tauri build command in .github/workflows/release.yml and from the bundles list in frontend/src-tauri/tauri.conf.json. [1] [2]
  • Updated the artifact upload and release asset steps to exclude MSI files, ensuring only NSIS installers are built and released for Windows. [1] [2]

Summary by CodeRabbit

  • Novidades

    • A versão do aplicativo foi atualizada para 0.1.11-alpha.
  • Melhorias

    • A distribuição para Windows agora gera exclusivamente o instalador NSIS.
    • Os instaladores MSI foram removidos da configuração e dos ativos publicados nas releases.

@MathCunha16 MathCunha16 self-assigned this Aug 20, 2026
@MathCunha16 MathCunha16 added the Devops Devops feature or modification label Aug 20, 2026
@MathCunha16
MathCunha16 merged commit ef7f472 into main Aug 20, 2026
1 check passed
@MathCunha16
MathCunha16 deleted the fix/release-windows branch August 20, 2026 05:22
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 438ce293-65d8-4b1b-b547-e0251fcb94c7

📥 Commits

Reviewing files that changed from the base of the PR and between a9caeee and 0c582f6.

📒 Files selected for processing (5)
  • .github/workflows/release.yml
  • backend/internal/domain/model/version.go
  • frontend/package.json
  • frontend/src-tauri/Cargo.toml
  • frontend/src-tauri/tauri.conf.json

📝 Walkthrough

Walkthrough

A versão foi atualizada para 0.1.11-alpha nos componentes do aplicativo. O empacotamento Windows deixou de gerar e publicar instaladores MSI, mantendo apenas os instaladores NSIS.

Changes

Versão e empacotamento

Layer / File(s) Summary
Alinhamento das versões
backend/internal/domain/model/version.go, frontend/package.json, frontend/src-tauri/Cargo.toml, frontend/src-tauri/tauri.conf.json
As declarações de versão foram atualizadas de 0.1.10-alpha para 0.1.11-alpha.
Empacotamento Windows
.github/workflows/release.yml, frontend/src-tauri/tauri.conf.json
O alvo MSI foi removido da configuração Tauri. O workflow passou a gerar e publicar somente arquivos NSIS.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested labels: Desktop

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Devops Devops feature or modification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant