Skip to content

Commit

Permalink
Enable versioning and add release notes page
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Oct 8, 2024
1 parent 617487d commit 0df0ac6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/reference/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: kafka-extension-reference
title: Kafka Extension Reference
version: true
prerelease: true
version:
axon-kafka-(?<version>+({0..9}).+({0..9})).*: $<version>
master: development
start_page: ROOT:index.adoc

asciidoc:
Expand Down
13 changes: 13 additions & 0 deletions docs/reference/modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Release Notes Kafka Extension
:navtitle: Release notes

You can find the release notes for the Kafka Extension of version 4.10.0 below.
For earlier releases, please go to the link:https://legacydocs.axoniq.io/reference-guide/release-notes/rn-extensions/rn-kafka[legacy documentation].

== Release 4.10

. Upgrades the Kafka Extension to be compatible with Axon Framework 4.10.0
. Updates various dependencies
. Adds the ability to ignore metadata keys

See the link:https://github.com/AxonFramework/extension-kafka/releases/tag/axon-kafka-4.10.0[GitHub release notes] for an exhaustive list of all changes.
3 changes: 2 additions & 1 deletion docs/reference/modules/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
** xref:ROOT:publishing.adoc[]
** xref:ROOT:consuming.adoc[]
** xref:ROOT:message-format.adoc[]
** xref:ROOT:springboot-configuration.adoc[]
** xref:ROOT:springboot-configuration.adoc[]
** xref:ROOT:release-notes.adoc[]

0 comments on commit 0df0ac6

Please sign in to comment.