Skip to content

Commit ff8a8cd

Browse files
authored
Merge pull request #12 from JooLuiz/fix/adjusting-release-windows
feat: adjusting release windows action
2 parents 1d581c0 + 05823e6 commit ff8a8cd

5 files changed

Lines changed: 9 additions & 55 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm test
3333

3434
- name: Run UI tests
35-
run: npm run ui:test --prefix ui
35+
run: npm run ui:test
3636

3737
- name: Prepare runtime bundle
3838
run: node ui/scripts/prepare-runtime-bundle.mjs

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2026-06-11
11+
12+
### Fixed
13+
14+
- Adjusting Release Windows action and removing Create Tag and Release action.
15+
1016
## [1.0.0] - 2026-06-11
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shellforge",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "ShellForge - custom Windows PowerShell automation and commands",
55
"license": "ISC",
66
"author": "João Luiz de Castro",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shellforge-ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "ShellForge desktop manager for Windows PowerShell automation",
55
"author": "João Luiz de Castro",
66
"private": true,

0 commit comments

Comments
 (0)