Skip to content

Commit

Permalink
build: use extracted releaserc
Browse files Browse the repository at this point in the history
Co-authored-by: Rostislav Simonik <rostislav.simonik@technologystudio.sk>
  • Loading branch information
mightyiam and rostislav-simonik committed Aug 12, 2023
1 parent eeb571b commit 877b004
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 49 deletions.
46 changes: 1 addition & 45 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
branches:
- master
plugins:
- - "@semantic-release/commit-analyzer"
- releaseRules:
- breaking: true
release: major
- revert: true
release: patch
- type: feat
release: minor
- type: fix
release: patch
- type: perf
release: patch
- type: docs
release: patch
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
presetConfig:
types:
- type: build
section: Build system / dependencies
- type: ci
section: CI
- type: docs
section: Documentation
- type: feat
section: Features
- type: fix
section: Bug fixes
- type: perf
section: Performance
- type: refactor
section: Refactoring
- type: test
section: Testing
- "@semantic-release/changelog"
- "@semantic-release/github"
- "@semantic-release/npm"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- package-lock.json
- package.json
extends: semantic-release-standard
13 changes: 11 additions & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
"@arkweid/lefthook": "0.7.7",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/eslint": "8.44.2",
"@types/js-yaml": "4.0.5",
"@types/node": "20.4.10",
Expand All @@ -95,6 +93,7 @@
"read-pkg-up": "10.0.0",
"runtypes": "6.7.0",
"semantic-release": "21.0.7",
"semantic-release-standard": "github:standard/semantic-release",
"semver": "7.5.4",
"standard-version": "9.5.0",
"tsconfigs": "5.0.0",
Expand Down

0 comments on commit 877b004

Please sign in to comment.