Skip to content

Commit

Permalink
Update contributing rules and fix release action field
Browse files Browse the repository at this point in the history
  • Loading branch information
pabateman committed Jun 11, 2024
1 parent 7826e43 commit ab1ae72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-by-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: Release ${{ github.ref }}
name: Release ${{ github.ref }}
draft: false
prerelease: false
files: out/*
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- Merge commit message and chagelog are consists of:
- Heading "Version vX.Y.Z" with no colons
- Commit message as a list of features and fixes
- Always move forward, do not delete tags and releases

0 comments on commit ab1ae72

Please sign in to comment.