Skip to content

Commit 09f68cc

Browse files
committed
build: remove semantic release
1 parent 90ddb77 commit 09f68cc

File tree

4 files changed

+27
-2453
lines changed

4 files changed

+27
-2453
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@ The preferred workflow for implementing new features or bug fixes is:
1111
- Refactor
1212
- Repeat
1313

14-
## Commit messages
15-
Please use [Angular Git Commit Guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) to write your commit messages.
16-
This is important because just-dashboard uses [semantic-release](https://github.com/semantic-release/semantic-release) to generate releases.
17-
18-
I recommend trying a tool a like [commitizen](https://github.com/commitizen/cz-cli) to help with that.
19-
2014
## Documentation
2115
just-dashboard uses jsdoc to generate documentation.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"lint": "biome check src",
1414
"lint:fix": "biome check --write src",
1515
"coverage": "vitest run --coverage",
16-
"semantic-release": "semantic-release",
1716
"type-check": "tsc --noEmit"
1817
},
1918
"keywords": [],
@@ -38,7 +37,6 @@
3837
"@vitejs/plugin-react": "^5.1.4",
3938
"@vitest/coverage-v8": "^4.0.18",
4039
"jsdom": "^28.1.0",
41-
"semantic-release": "^15.13.3",
4240
"typescript": "^5.9.3",
4341
"vite": "^6.3.5",
4442
"vitest": "^4.0.18"

0 commit comments

Comments
 (0)