Skip to content

Commit

Permalink
chore: вырезан depricated standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mxseev committed Nov 22, 2022
1 parent 20c26aa commit 12fa5ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 467 deletions.
4 changes: 0 additions & 4 deletions .versionrc

This file was deleted.

24 changes: 0 additions & 24 deletions changelog.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
## Релиз новой версии
1. Закоммитить изменения согласно [Conventional commits](https://www.conventionalcommits.org)
2. Проверить код: `pnpm run lint && pnpm run test`
3. Не бампая версию вручную, запустить `standard-version`: `pnpm run release`
4. Запушить созданный changelog: `git push`
3. Запушить созданный changelog: `git push`

## Проверка и ручное обновление base

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"lint:base": "sh ./scripts/check_base_update.sh",
"lint:ts": "eslint --ext .ts,.tsx .",
"lint:typecheck": "tsc --noEmit --project tsconfig.json",
"release": "standard-version",
"start": "ts-node src/index.ts",
"style:packagesort": "sort-package-json",
"test": "concurrently -c green \"pnpm:test:*\"",
Expand Down Expand Up @@ -47,7 +46,6 @@
"jest-junit": "15.0.0",
"prettier": "2.7.1",
"sort-package-json": "2.1.0",
"standard-version": "9.5.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.3"
Expand Down
Loading

0 comments on commit 12fa5ac

Please sign in to comment.