25 Commits

Author SHA1 Message Date
semantic-release-bot
49e5c4a4cb chore(release): 1.0.4 [skip ci]
## [1.0.4](https://git.xenoxindustries.com/interkonnekted/setup-weld/compare/v1.0.3...v1.0.4) (2026-01-08)

### Bug Fixes

* **action:** intelligent binary name resolution ([c8ebc29](c8ebc292c9))
v1.0.4
2026-01-08 20:46:23 +00:00
c8ebc292c9 fix(action): intelligent binary name resolution
All checks were successful
Release / Release (push) Successful in 15s
2026-01-08 23:46:00 +03:00
semantic-release-bot
aa311ee4fb chore(release): 1.0.3 [skip ci]
## [1.0.3](https://git.xenoxindustries.com/interkonnekted/setup-weld/compare/v1.0.2...v1.0.3) (2026-01-08)

### Bug Fixes

* add debug echo ([e2d3530](e2d3530e0f))
v1.0.3
2026-01-08 19:50:56 +00:00
e2d3530e0f fix: add debug echo
All checks were successful
Release / Release (push) Successful in 15s
2026-01-08 19:50:43 +00:00
semantic-release-bot
da06878348 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://git.xenoxindustries.com/interkonnekted/setup-weld/compare/v1.0.1...v1.0.2) (2026-01-08)

### Bug Fixes

* added curl follow redirect and change repo name ([2773b04](2773b04158))
v1.0.2
2026-01-08 19:27:20 +00:00
2773b04158 fix: added curl follow redirect and change repo name
All checks were successful
Release / Release (push) Successful in 50s
2026-01-08 18:22:23 +00:00
semantic-release-bot
f4e8637479 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://git.xenoxindustries.com/xenoxindustries/setup-weld/compare/v1.0.0...v1.0.1) (2026-01-08)

### Bug Fixes

* **ci:** added semantic-release-gitea ([ecf458e](ecf458e70a))
* **ci:** configure git for gitea ([0eb9721](0eb97212ff))
* **ci:** remove npm cache option ([df78b3f](df78b3fa7a))
v1.0.1
2026-01-08 10:04:18 +00:00
df78b3fa7a fix(ci): remove npm cache option
All checks were successful
Release / Release (push) Successful in 15s
2026-01-08 13:03:52 +03:00
0eb97212ff fix(ci): configure git for gitea
Some checks failed
Release / Release (push) Has been cancelled
2026-01-08 12:52:30 +03:00
ecf458e70a fix(ci): added semantic-release-gitea
Some checks failed
Release / Release (push) Has been cancelled
2026-01-08 11:58:25 +03:00
semantic-release-bot
94b079e6fa chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-01-08)

### Bug Fixes

* **action:** correct invalid YAML syntax ([877d03f](877d03fffc))
* **action:** explicitly resolve 'latest' version tag ([d78a286](d78a286676))
* **ci:** update the workflow to use correct permissions ([c0cf6d8](c0cf6d8c03))
* use the correct weld release file pattern ([80d0464](80d0464a50))

### Features

* **action:** add required token input for authentication ([d052055](d052055aa0))
* added semantic release for gitea ([566a06d](566a06d42e))
* initial setup of github action and semantic release ([deabefb](deabefbc1f))
* initial setup of github action and semantic release ([717c267](717c267d0e))
v1.0.0
2026-01-08 08:50:54 +00:00
566a06d42e feat: added semantic release for gitea
All checks were successful
Release / Release (push) Successful in 10m19s
2026-01-08 11:34:28 +03:00
semantic-release-bot
1e48d7aee9 chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/Xenox-Incorporated-Industries/setup-weld/compare/v1.1.0...v1.1.1) (2025-12-20)

### Bug Fixes

* use the correct weld release file pattern ([80d0464](80d0464a50))
2025-12-20 15:11:29 +00:00
80d0464a50 fix: use the correct weld release file pattern 2025-12-20 18:11:02 +03:00
semantic-release-bot
41955ac65d chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/Xenox-Incorporated-Industries/setup-weld/compare/v1.0.2...v1.1.0) (2025-12-20)

### Features

* **action:** add required token input for authentication ([d052055](d052055aa0))
2025-12-20 14:02:47 +00:00
d052055aa0 feat(action): add required token input for authentication
Introduces a new required 'token' input to the action. This token will be used for all GitHub API interactions, ensuring clear and explicit authentication, especially when accessing private repositories or repositories outside the current workflow's scope.

This change replaces the previous 'github-token' and 'weld-repo-token' inputs with a single, mandatory 'token' input, making the action's authentication requirements unambiguous.
2025-12-20 17:01:07 +03:00
semantic-release-bot
8900d95e6e chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/Xenox-Incorporated-Industries/setup-weld/compare/v1.0.1...v1.0.2) (2025-12-20)

### Bug Fixes

* **action:** explicitly resolve 'latest' version tag ([d78a286](d78a286676))
2025-12-20 13:01:24 +00:00
d78a286676 fix(action): explicitly resolve 'latest' version tag
The previous logic for detecting the 'latest' weld version relied on 'gh release download' interpreting an empty tag argument as the latest release. This was causing issues in consumer workflows, as it was seemingly looking for a literal 'latest' tag.

This commit updates the 'Get Version Tag for Download' step to explicitly query the GitHub API for the actual tag name of the latest release when 'weld-version' is set to 'latest'. This ensures a concrete tag is always provided to the download command, making the action more robust.
2025-12-20 16:00:49 +03:00
semantic-release-bot
7b4cffd8c6 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/Xenox-Incorporated-Industries/setup-weld/compare/v1.0.0...v1.0.1) (2025-12-20)

### Bug Fixes

* **action:** correct invalid YAML syntax ([877d03f](877d03fffc))
2025-12-20 12:50:07 +00:00
246a15e7b3 Merge branch 'master' of https://github.com/Xenox-Incorporated-Industries/setup-weld 2025-12-20 15:49:45 +03:00
877d03fffc fix(action): correct invalid YAML syntax
The action.yml file had multiple syntax errors, including incorrect indentation and misplaced keys. This caused the action to fail during workflow parsing.

This commit corrects the YAML structure to be valid, ensuring the action can be loaded correctly.
2025-12-20 15:48:41 +03:00
semantic-release-bot
b8da504328 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-12-20)

### Bug Fixes

* **ci:** update the workflow to use correct permissions ([c0cf6d8](c0cf6d8c03))

### Features

* initial setup of github action and semantic release ([deabefb](deabefbc1f))
* initial setup of github action and semantic release ([717c267](717c267d0e))
2025-12-20 11:43:45 +00:00
c0cf6d8c03 fix(ci): update the workflow to use correct permissions 2025-12-20 14:43:21 +03:00
deabefbc1f feat: initial setup of github action and semantic release 2025-12-20 14:40:05 +03:00
717c267d0e feat: initial setup of github action and semantic release 2025-12-16 20:38:45 +03:00