Skip to content

Commit

Permalink
fix: updating semantic release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteuteville committed Dec 15, 2023
1 parent 97545ac commit a9e57b6
Show file tree
Hide file tree
Showing 3 changed files with 1,048 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

- name: publish
run: |
pnpm dlx semantic-release
pnpm --package=@semantic-release/changelog --package=@semantic-release/git --package=semantic-release@22 dlx semantic-release
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "@steute.dev/react-carousel",
"version": "0.4.4",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"release": {
"branches": ["main"]
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"exports": {
".": {
Expand Down Expand Up @@ -52,6 +62,8 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-a11y": "^7.6.4",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
Expand Down
Loading

0 comments on commit a9e57b6

Please sign in to comment.