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.