Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeConfluence
titleRelease Notes Example
linenumberstrue
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# [x.yy.z]

## Sub-task

*   [[STREAMPIPES-xyz](https://issues.apache.org/jira/browse/STREAMPIPES-xyz)] - Some task description

## Bug

*   [[STREAMPIPES-xzy](https://issues.apache.org/jira/browse/STREAMPIPES-xzy)] - Yet another task description

Update issue template

Update the current version in the issue template for bug reports here.

Code Block
languageyml
titleBug Issue Teamplate
linenumberstrue
- type: dropdown
      attributes:
            label: Apache StreamPipes version
            description: What Apache StreamPipes version are you using?
            multiple: false
            options:
               - "0.70.0" # change to new release version
               - "dev (current development state)"
               - "Other StreamPipes version (please specify below)"

Prepare release candidates

...