Skip to content

Summarises commits in the Artemis changelog that make potential breaking changes to the configuration files, contain database migrations, or change template files.

Notifications You must be signed in to change notification settings

uni-passau-artemis/artemis-changelog

Repository files navigation

Readme

Searches for all commits between Artemis releases that make changes to the configuration files, contain database migrations, or change template files. This helps administrators to see at a glance if manual changes not mentioned explicitly in the release notes might be necessary before upgrading Artemis.

The index only contains the 20 newest releases. The changelog/ directory contains information about previous releases as well.

Note

A rendered version of the changelog can be found here.

Generating the Changelog

poetry install # only when running for the first time
poetry run python ./src/artemis_changelog/main.py --output-dir=changelog

Changelog

GitHub does not render included AsciiDoc files. See the rendered version of the changelog here.

The full Artemis release notes are available here.

Licence

Licenced under the EUPL-1.2-or-later.

About

Summarises commits in the Artemis changelog that make potential breaking changes to the configuration files, contain database migrations, or change template files.

Resources

Stars

Watchers

Forks