Skip to content

Commit

Permalink
Merge pull request #370 from wizarrrr/develop
Browse files Browse the repository at this point in the history
beta 4
  • Loading branch information
MrDynamo authored Apr 18, 2024
2 parents 709e009 + a141045 commit 4cbf1f9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ delete/
swagger.json
dev-dist
.vite
.nvmrc

# Created by https://www.toptal.com/developers/gitignore/api/pycharm,flask,python
# Edit at https://www.toptal.com/developers/gitignore?templates=pycharm,flask,python
Expand Down
19 changes: 18 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,24 @@ const config = {
],
},
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/release-notes-generator",
{
//presetConfig:
types: [
{ type: "feat", section: "New Features" },
{ type: "fix", section: "Bug Fixes" },
{ type: "perf", section: "Performance Updates", hidden: false },
{ type: "build", section: "Build System", hidden: false },
{ type: "ci", section: "Continuous Integration", hidden: false },
{ type: "chore", section: "Chores", hidden: false },
{ type: "docs", section: "Documentation", hidden: false },
{ type: "style", section: "Style Changes", hidden: false },
{ type: "refactor", section: "Code Refactoring", hidden: false },
{ type: "test", section: "Test Cases", hidden: true },
],
},
],
[
"@semantic-release/changelog",
{
Expand Down
13 changes: 13 additions & 0 deletions test-file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
style

refactor

perf

docs

build

ci

test

0 comments on commit 4cbf1f9

Please sign in to comment.