Skip to content

Commit

Permalink
Merge pull request #391 from crypto-chassis/develop
Browse files Browse the repository at this point in the history
ci: fix .github/workflows/release.yml due to trailing comma
  • Loading branch information
cryptochassis committed May 25, 2023
2 parents 975a438 + dc71d42 commit 4737348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
{"type": "test", "release": "patch"},
{"type": "minor", "release": "minor"},
{"type": "major", "release": "major"},
{"type": "dev", "release": "patch"},
{"type": "dev", "release": "patch"}
]
}], ["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits"
Expand Down

0 comments on commit 4737348

Please sign in to comment.