Skip to content

Commit

Permalink
chore: fixing pr message (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Callan <[email protected]>
  • Loading branch information
yordis and doomspork authored Jun 25, 2024
1 parent e52458f commit 20a8661
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions templates/.github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"draft-pull-request": false,
"packages": {
".": {
"extra-files": [
"README.md"
],
"extra-files": ["README.md"],
"release-type": "elixir"
}
},
Expand Down
10 changes: 5 additions & 5 deletions templates/.github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
Please use one of the following types:
- **feat:** A new feature, resulting in a MINOR version bump."
- **fix:** A bug fix, resulting in a PATCH version bump."
- **refactor:** A code change that neither fixes a bug nor adds a feature, resulting in a PATCH version bump."
- **chore:** Changes unrelated to the release code, resulting in no version bump."
- **revert:** Reverts a previous commit."
- **feat:** A new feature, resulting in a MINOR version bump.
- **fix:** A bug fix, resulting in a PATCH version bump.
- **refactor:** A code change that neither fixes a bug nor adds a feature.
- **chore:** Changes unrelated to the release code, resulting in no version bump.
- **revert:** Reverts a previous commit.
See https://www.conventionalcommits.org/en/v1.0.0/ for more information.

0 comments on commit 20a8661

Please sign in to comment.