Skip to content

Commit

Permalink
fix: release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinko committed Nov 17, 2024
1 parent 2110175 commit 6353c95
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install -g pnpm

- name: Install semantic-release
run: pnpm add -D semantic-release @semantic-release/github @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator
run: pnpm add -D conventional-changelog-conventionalcommits semantic-release @semantic-release/npm @semantic-release/github @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator

- name: Run Semantic Release
env:
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": ["main"],
"repositoryUrl": "https://github.com/blinko-space/blinko",
"repositoryUrl": "git@github.com:blinko-space/blinko.git",
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand All @@ -18,6 +18,7 @@
}
}
],
"@semantic-release/npm",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/lodash": "^4.14.195",
"@types/ncp": "^2.0.8",
Expand All @@ -149,6 +150,7 @@
"@types/react-grid-layout": "^1.3.2",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"conventional-changelog-conventionalcommits": "^8.0.0",
"postcss": "^8.4.24",
"postcss-nesting": "^12.0.0",
"prisma": "^5.21.1",
Expand Down
14 changes: 14 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6353c95

Please sign in to comment.