Skip to content

Commit

Permalink
fix: restore old release-please config (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Dec 22, 2023
1 parent 2252e2d commit e08630b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cm/enforce_pr_title.cm
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ automations:
* fix
* refactor
titlePolicy:
titleRegex: r/\b(build|ci|chore|deps|docs|feat|fix|refactor)\b\s*\((.*|common|core|elements|forms|http)\)?:\s*\w+.*/
titleRegex: r/\b(build|ci|chore|deps|docs|feat|fix|refactor)\b\s*(\((.*|common|core|elements|forms|http)\))?:\s*\w+.*/
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ jobs:
- uses: google-github-actions/release-please-action@v3.7.6
with:
release-type: java
package-name: release-please-action
extra-files: |
buildSrc/src/main/groovy/xyz.keksdose.spoon.code_solver.java-common-conventions.gradle

0 comments on commit e08630b

Please sign in to comment.