From c25eea645535e8b5db3b85eff74e0b265c81512a Mon Sep 17 00:00:00 2001 From: Richard Liu Date: Wed, 22 Jan 2025 18:30:46 -0800 Subject: [PATCH] changesg --- .github/workflows/release.yml | 2 +- parcnet-pod/Changes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 parcnet-pod/Changes.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1da43d5..1501d7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,5 +109,5 @@ jobs: with: executable-name: pod_worker target: ${{ matrix.platform.target }} - changes-file: "" + changes-file: "parcnet-pod/Changes.md" if: matrix.toolchain == 'stable' diff --git a/parcnet-pod/Changes.md b/parcnet-pod/Changes.md new file mode 100644 index 0000000..341d82d --- /dev/null +++ b/parcnet-pod/Changes.md @@ -0,0 +1,3 @@ +# Changes + +- 2025-01-22: Add `pod_worker` binary to release.