Skip to content

Commit

Permalink
dev: Added release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-crowell committed Jun 13, 2024
1 parent 928c21e commit 48a888e
Show file tree
Hide file tree
Showing 6 changed files with 570 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release:
uses: do-ob-io/shared/.github/workflows/release-please.yml@main
secrets: inherit
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"scripts": {
"build": "pnpm --filter './packages/*' build",
"test": "pnpm --filter './packages/*' test",
"lint": "eslint ./packages",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down Expand Up @@ -38,6 +39,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"eslint": "^9.2.0",
"framer-motion": "^11.2.10",
"postcss": "^8.4.38",
Expand Down
Loading

0 comments on commit 48a888e

Please sign in to comment.