Skip to content

Commit

Permalink
install semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Apr 30, 2024
1 parent c0856dc commit fe9d802
Show file tree
Hide file tree
Showing 3 changed files with 6,956 additions and 6,470 deletions.
6 changes: 2 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
"changelogFile": "docs/CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
"assets": ["docs/CHANGELOG.md"]
}
],
"@semantic-release/github"
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@tiptap/extension-code-block-lowlight": "^2.3.0",
"@tiptap/extension-color": "^2.2.5",
"@tiptap/extension-gapcursor": "2.3.0",
Expand Down Expand Up @@ -117,6 +123,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.8",
"semantic-release-yarn": "^3.0.2",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit fe9d802

Please sign in to comment.