Skip to content

Commit e827223

Browse files
github-actions[bot]MangelMaxime
authored andcommitted
chore: release multiple projects (#233)
Co-authored-by: 🤖 easybuild-shipit <github-actions[bot]@users.noreply.github.com> Additional this is trying to fix the CI release workflow
1 parent c05798f commit e827223

9 files changed

Lines changed: 95 additions & 13 deletions

File tree

.github/workflows/easybuild-shipit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
env:
3636
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

38-
release:
39-
name: Release
38+
publish:
39+
name: Publish
4040
runs-on: ubuntu-latest
41-
if: "startsWith(github.event.head_commit.message, 'chore: release ')"
41+
if: "startsWith(github.event.workflow_run.head_commit.message, 'chore: release ')"
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Setup .NET
@@ -60,6 +60,6 @@ jobs:
6060
user: MangelMaxime
6161

6262
- name: Build, Test and Release
63-
run: ./build.sh release
63+
run: ./build.sh publish
6464
env:
6565
NUGET_KEY: ${{ steps.login.outputs.NUGET_API_KEY }}

build/Commands/Publish.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ type PublishCommand() =
2020
interface ICommandLimiter<PublishSettings>
2121

2222
override _.Execute(context: CommandContext, settings: PublishSettings) =
23-
TestCommand().Execute(context, TestSettings()) |> ignore
24-
2523
publish Workspace.packages.``Thoth.Json``.``.``
2624
publish Workspace.packages.``Thoth.Json.Core``.``.``
2725
publish Workspace.packages.``Thoth.Json.JavaScript``.``.``

packages/Thoth.Json.Core.Auto/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: bf14913d5a161258c1cb3d4589b512f9fb56d50b
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,4 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 0.1.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
18+
19+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/bf14913d5a161258c1cb3d4589b512f9fb56d50b..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
20+
1321
## 0.0.0

packages/Thoth.Json.Core/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 45bc1aa276a368b1ce594211c34a82df3c815647
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,6 +10,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 0.9.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for `Encode.value` and `Decode.value` ([fd88275](https://github.com/thoth-org/Thoth.Json/commit/fd882750e18de989291ba4924425cbf1d12ad59b))
18+
* Add decoder Computation Expression ([9d95782](https://github.com/thoth-org/Thoth.Json/commit/9d9578230da5054a257f5ae04fdba77dc1c62e7b))
19+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
20+
21+
### 🐞 Bug Fixes
22+
23+
* Update Python target for Fable v5 compatibility (#228) ([d04a893](https://github.com/thoth-org/Thoth.Json/commit/d04a8937e36a79c413b896c671dee268868e225f))
24+
25+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/45bc1aa276a368b1ce594211c34a82df3c815647..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
26+
1327
## 0.8.0 - 2026-01-23
1428

1529
### 🚀 Features

packages/Thoth.Json.JavaScript/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 8166b758b1579eb722725187dc40308839615cf3
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,6 +10,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 0.5.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
18+
19+
### 🐞 Bug Fixes
20+
21+
* Remove `Fable.Core` dependency ([a6616e9](https://github.com/thoth-org/Thoth.Json/commit/a6616e97e89d7bf14f985ca388336e5ccbfd322f))
22+
* Update Python target for Fable v5 compatibility (#228) ([d04a893](https://github.com/thoth-org/Thoth.Json/commit/d04a8937e36a79c413b896c671dee268868e225f))
23+
24+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/8166b758b1579eb722725187dc40308839615cf3..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
25+
1326
## 0.4.1 - 2025-01-20
1427

1528
### 🐞 Bug Fixes

packages/Thoth.Json.Newtonsoft/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 53588eb855418f3d9913f7e254088d50b26a0a45
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,6 +10,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 0.4.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
18+
19+
### 🐞 Bug Fixes
20+
21+
* Update Python target for Fable v5 compatibility (#228) ([d04a893](https://github.com/thoth-org/Thoth.Json/commit/d04a8937e36a79c413b896c671dee268868e225f))
22+
23+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/53588eb855418f3d9913f7e254088d50b26a0a45..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
24+
1325
## 0.3.3 - 2025-10-17
1426

1527
### 🐞 Bug Fixes

packages/Thoth.Json.Python/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 8166b758b1579eb722725187dc40308839615cf3
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,6 +10,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 0.6.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
18+
19+
### 🐞 Bug Fixes
20+
21+
* Remove `Fable.Core` dependency ([a6616e9](https://github.com/thoth-org/Thoth.Json/commit/a6616e97e89d7bf14f985ca388336e5ccbfd322f))
22+
* Update Python target for Fable v5 compatibility (#228) ([d04a893](https://github.com/thoth-org/Thoth.Json/commit/d04a8937e36a79c413b896c671dee268868e225f))
23+
24+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/8166b758b1579eb722725187dc40308839615cf3..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
25+
1326
## 0.5.1 - 2025-01-20
1427

1528
### 🐞 Bug Fixes

packages/Thoth.Json.System.Text.Json/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 53588eb855418f3d9913f7e254088d50b26a0a45
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,6 +10,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 0.3.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
18+
19+
### 🐞 Bug Fixes
20+
21+
* Update Python target for Fable v5 compatibility (#228) ([d04a893](https://github.com/thoth-org/Thoth.Json/commit/d04a8937e36a79c413b896c671dee268868e225f))
22+
23+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/53588eb855418f3d9913f7e254088d50b26a0a45..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
24+
1325
## 0.2.2 - 2025-10-17
1426

1527
### 🐞 Bug Fixes

packages/Thoth.Json/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_commit_released: 8166b758b1579eb722725187dc40308839615cf3
2+
last_commit_released: c05798f7f81cf131ec882f6be9c587529afa9cb9
33
---
44

55
# Changelog
@@ -10,6 +10,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
This changelog is generated using [EasyBuild.ChangelogGen](https://github.com/easybuild-org/EasyBuild.ChangelogGen). Do not edit this file manually.
1212

13+
## 10.5.0 - 2026-04-23
14+
15+
### 🚀 Features
16+
17+
* Add support for Auto API for Thoth.Json.Core (#232) ([a5bda97](https://github.com/thoth-org/Thoth.Json/commit/a5bda975110c99ecc9951d2f69e688ae1d14b9a5))
18+
19+
### 🐞 Bug Fixes
20+
21+
* Update Python target for Fable v5 compatibility (#228) ([d04a893](https://github.com/thoth-org/Thoth.Json/commit/d04a8937e36a79c413b896c671dee268868e225f))
22+
23+
<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/8166b758b1579eb722725187dc40308839615cf3..c05798f7f81cf131ec882f6be9c587529afa9cb9)</small></strong>
24+
1325
## 10.4.1 - 2025-01-20
1426

1527
### 🐞 Bug Fixes

0 commit comments

Comments
 (0)