Skip to content

Commit

Permalink
Merge pull request #37 from pabateman/feature/chore
Browse files Browse the repository at this point in the history
Update contributing rules and fix release action field
  • Loading branch information
pabateman authored Jun 11, 2024
2 parents 7826e43 + ab1ae72 commit 1c4f2c2
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 1c4f2c2

Please sign in to comment.