diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 24e0132..e612c63 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,7 @@
name: 🐞 Bug
description: Create a bug report for something that is broken
labels: [bug]
+type: bug
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml
index 87cefe2..bfe495f 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.yml
+++ b/.github/ISSUE_TEMPLATE/enhancement.yml
@@ -1,6 +1,7 @@
name: ✨ Feature/Enhancement
description: Suggest a new feature or enhancement
labels: [enhancement]
+type: feature
body:
- type: markdown
attributes:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 236c0f5..43767e8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -169,6 +169,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
+ force_orphan: true
after-release:
runs-on: ubuntu-latest
diff --git a/brevo-java-client/pom.xml b/brevo-java-client/pom.xml
index 27901ae..c6123d2 100644
--- a/brevo-java-client/pom.xml
+++ b/brevo-java-client/pom.xml
@@ -356,7 +356,7 @@
org.openapitools
openapi-generator-maven-plugin
- 7.10.0
+ 7.11.0
@@ -481,7 +481,7 @@
com.puppycrawl.tools
checkstyle
- 10.21.0
+ 10.21.1
@@ -522,12 +522,12 @@
net.sourceforge.pmd
pmd-core
- 7.8.0
+ 7.9.0
net.sourceforge.pmd
pmd-java
- 7.8.0
+ 7.9.0
diff --git a/pom.xml b/pom.xml
index d5d053a..04b8be4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
com.puppycrawl.tools
checkstyle
- 10.21.0
+ 10.21.1
@@ -82,12 +82,12 @@
net.sourceforge.pmd
pmd-core
- 7.8.0
+ 7.9.0
net.sourceforge.pmd
pmd-java
- 7.8.0
+ 7.9.0