Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
HejdaJakub committed Aug 10, 2023
2 parents f66a5b2 + b0dd033 commit f946a50
Show file tree
Hide file tree
Showing 64 changed files with 2,710 additions and 1,441 deletions.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"deps",
"deps-dev"
]
]
],
"body-max-line-length": [2, "always", 200]
},
"prompt": {
"questions": {
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
run-commitlint-on-pr:
runs-on: ubuntu-latest
if: |
startsWith(github.head_ref, 'dependabot/npm_and_yarn/') != true &&
startsWith(github.head_ref, 'renovate/') != true
steps:
- uses: actions/checkout@v3
with:
Expand Down
14 changes: 7 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
"prepareCmd": "./update-versions.sh ${nextRelease.version} && mvn -B clean install"
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "UPGRADE.md",
"changelogTitle": "Upgrade notes"
}
],
[
"@semantic-release/git",
{
Expand All @@ -104,13 +111,6 @@
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "UPGRADE.md",
"changelogTitle": "Upgrade notes"
}
],
[
"@semantic-release/github",
{
Expand Down
Loading

0 comments on commit f946a50

Please sign in to comment.