Skip to content

Commit

Permalink
ci: releaserc extends open-turo/semantic-release-config
Browse files Browse the repository at this point in the history
We can just extend open-turo/semantic-release-config for our
configuration.
  • Loading branch information
greenkiwi committed Jan 17, 2024
1 parent b15461b commit 6206213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ repos:
hooks:
- id: check-json
- id: check-yaml
- id: pretty-format-json
args:
- --autofix
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
14 changes: 1 addition & 13 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
{
"branches": [
"main",
{
"channel": "next",
"name": "(f|b|c)/*",
"prerelease": "beta-<%= (/^\\w+-\\d+/.exec(name.substr(2)) || [])[0] %>"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
"extends": "@open-turo/semantic-release-config"
}

0 comments on commit 6206213

Please sign in to comment.