Skip to content

Commit

Permalink
fix: fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tetarchus committed Aug 20, 2024
1 parent aa67dc2 commit 5e235b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[
"npm",
{
"canaryScope": "@auto-canary",
"commitNextVersion": false,
"exact": true
}
],
Expand Down Expand Up @@ -40,6 +40,10 @@
{
"name": "skip-ci",
"releaseType": "skip"
},
{
"name": "documentation",
"releaseType": "none"
}
]
}
1 change: 0 additions & 1 deletion docs/src/components/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type BadgeProps = {

const Badge: FC<BadgeProps> = ({ badge }: BadgeProps) => {
const badgeConfig: BadgeConfig = defaultBadgesConfig.badges[badge];
console.log(badgeConfig);

return (
<div
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/tetarchus/storybook-addon-badges"
"url": "git+https://github.com/tetarchus/storybook-addon-badges.git"
},
"license": "MIT",
"author": "tetarchus <[email protected]>",
Expand Down

0 comments on commit 5e235b5

Please sign in to comment.