Skip to content

Commit

Permalink
chore(release): Add release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 11, 2024
1 parent 4dfde76 commit 6ff698d
Show file tree
Hide file tree
Showing 5 changed files with 1,961 additions and 65 deletions.
6 changes: 6 additions & 0 deletions multi-release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
ignorePackages: ['packages/config-*'],
deps: {
bump: 'inherit',
},
};
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
],
"author": "Steve Dodier-Lazaro",
"homepage": "https://github.com/Sidnioulz/figmarine",
"workspaces": [
"apps/*",
"packages/*",
"!packages/config-*"
],
"scripts": {
"api:regen": "turbo run api:regen",
"build": "turbo run build",
Expand All @@ -29,15 +34,24 @@
"lint:fix": "turbo run lint:fix",
"lint:staged": "turbo run lint:staged --filter=[HEAD^1]",
"prepare": "husky",
"release": "multi-semantic-release",
"release:dry": "multi-semantic-release --dryRun --no-ci",
"test": "turbo run test",
"test:changed": "turbo run test:changed --filter=[HEAD^1]",
"test:coverage": "turbo run test:coverage",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.1.3",
"@anolilab/semantic-release-pnpm": "^1.1.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"semantic-release": "^24.1.2",
"turbo": "^2.1.2",
"vitest": "^2.1.1"
},
Expand Down
Loading

0 comments on commit 6ff698d

Please sign in to comment.