From ca8bded1f257569d30b6f1efcc48afb63948f282 Mon Sep 17 00:00:00 2001 From: Ali Ghahremani Date: Fri, 1 Nov 2024 12:43:27 +0330 Subject: [PATCH] Changes.md added --- .github/workflows/release.yaml | 4 +++- Changes.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Changes.md diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77100ab..02b0a90 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,4 +41,6 @@ jobs: uses: houseabsolute/actions-rust-release@v0 with: executable-name: bake - target: ${{ matrix.platform.target }} \ No newline at end of file + target: ${{ matrix.platform.target }} + release-tag-prefix: "" # default is "v" + changes-file: "Changes.md" # can not be deactiveted diff --git a/Changes.md b/Changes.md new file mode 100644 index 0000000..044f6a6 --- /dev/null +++ b/Changes.md @@ -0,0 +1,3 @@ +## test - 2024-11-1 + +- First release upon an unsuspecting world.