Skip to content

Commit

Permalink
Changes.md added
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Nov 1, 2024
1 parent df24365 commit ca8bded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: bake
target: ${{ matrix.platform.target }}
target: ${{ matrix.platform.target }}
release-tag-prefix: "" # default is "v"
changes-file: "Changes.md" # can not be deactiveted
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## test - 2024-11-1

- First release upon an unsuspecting world.

0 comments on commit ca8bded

Please sign in to comment.