Skip to content

Fix/release publish#21

Merged
tsukiforge merged 2 commits into
ProyekTilfrom
fix/release-publish
May 25, 2026
Merged

Fix/release publish#21
tsukiforge merged 2 commits into
ProyekTilfrom
fix/release-publish

Conversation

@tsukiforge

Copy link
Copy Markdown
Owner

No description provided.

tsukiforge and others added 2 commits May 25, 2026 19:38
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vercel

vercel Bot commented May 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zeromix Error Error May 25, 2026 12:51pm

@tsukiforge tsukiforge merged commit 8a83be5 into ProyekTil May 25, 2026
4 of 6 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new documentation file, Docs/RELEASE_WORKFLOW.md, which outlines the automated release and WinGet update workflow. The feedback identifies several instances where the PowerShell script parameter -NewVersion is used incorrectly in the examples and should be replaced with -Version to match the actual script implementation.

Comment thread Docs/RELEASE_WORKFLOW.md
## Alur Otomatis

```
1. User jalankan: .\Scripts\release-version.ps1 -NewVersion X.X.X

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The parameter name in Scripts/release-version.ps1 is -Version, not -NewVersion. Using -NewVersion will cause the script to fail as the parameter does not exist.

Suggested change
1. User jalankan: .\Scripts\release-version.ps1 -NewVersion X.X.X
1. User jalankan: .\Scripts\release-version.ps1 -Version X.X.X

Comment thread Docs/RELEASE_WORKFLOW.md

Dry-run dulu:
```powershell
.\Scripts\release-version.ps1 -NewVersion X.X.X -DryRun

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The parameter name in Scripts/release-version.ps1 is -Version, not -NewVersion.

Suggested change
.\Scripts\release-version.ps1 -NewVersion X.X.X -DryRun
.\Scripts\release-version.ps1 -Version X.X.X -DryRun

Comment thread Docs/RELEASE_WORKFLOW.md

Kalo OK, jalankan beneran:
```powershell
.\Scripts\release-version.ps1 -NewVersion X.X.X

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The parameter name in Scripts/release-version.ps1 is -Version, not -NewVersion.

Suggested change
.\Scripts\release-version.ps1 -NewVersion X.X.X
.\Scripts\release-version.ps1 -Version X.X.X

@tsukiforge tsukiforge deleted the fix/release-publish branch May 25, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant