Skip to content

Commit

Permalink
chore: add types for prevent takes docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 19, 2022
1 parent 9cb4e58 commit 56de9a9
Showing 1 changed file with 19 additions and 34 deletions.
53 changes: 19 additions & 34 deletions .versionrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,47 @@
"types": [
{
"type": "chore",
"section": "Others",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": false
"scope": "docs",
"hidden": true
},
{
"type": "feat",
"section": "Features",
"scope": "docs",
"hidden": true
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
"type": "refactor",
"scope": "docs",
"hidden": true
},
{
"type": "improvement",
"section": "Feature Improvements",
"hidden": false
"type": "fix",
"scope": "docs",
"hidden": true
},
{
"type": "docs",
"section": "Docs",
"type": "styles",
"scope": "docs",
"hidden": false
},
{
"type": "style",
"section": "Styling",
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"type": "chore",
"section": "Chores",
"hidden": true
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "build",
"section": "Build System",
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "ci",
"section": "CI",
"type": "refactor",
"section": "Refactor",
"hidden": false
}
]
Expand Down

1 comment on commit 56de9a9

@vercel
Copy link

@vercel vercel bot commented on 56de9a9 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rippleui – ./

rippleui-git-main-siumauricio.vercel.app
rippleui-siumauricio.vercel.app
rippleui.vercel.app

Please sign in to comment.