Skip to content

Commit

Permalink
Fix configuration reference inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jtama committed Aug 26, 2024
1 parent 0598525 commit 64174a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV

# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
Expand Down
2 changes: 2 additions & 0 deletions conference-provider/.mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
java = "graalvm-community-22.0.1"
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ include::{examplesdir}/FooBar.java[]
[[extension-configuration-reference]]
== Extension Configuration Reference

include::includes/acme.adoc[leveloffset=+1,opts=optional]
include::includes/configuration-provider.adoc[leveloffset=+1,opts=optional]

0 comments on commit 64174a4

Please sign in to comment.