Skip to content

Commit

Permalink
Merge pull request #8 from M4RC0Sx/develop
Browse files Browse the repository at this point in the history
Ci improvements
  • Loading branch information
M4RC0Sx authored Aug 19, 2024
2 parents 75b2325 + 4ddcfc2 commit 9205006
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- synchronize

jobs:
release:
run-tests:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
16 changes: 16 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ module.exports = {
"@semantic-release/release-notes-generator",
{
preset: "conventionalcommits",
presetConfig: {
types: [
{ type: "feat", section: "Features" },
{ type: "fix", section: "Bug Fixes" },
{ type: "perf", section: "Performance Improvements" },
{ type: "revert", section: "Reverts" },
{ type: "docs", section: "Documentation" },
{ type: "style", section: "Styles" },
{ type: "chore", section: "Miscellaneous Chores" },
{ type: "refactor", section: "Code Refactoring" },
{ type: "test", section: "Tests" },
{ type: "build", section: "Build System" },
{ type: "ci", section: "Continuous Integration" },
{ type: "BREAKING CHANGE", section: "BREAKING CHANGES" },
],
},
},
],
[
Expand Down

0 comments on commit 9205006

Please sign in to comment.