Skip to content

Simplify deployment and the project maintenance

Jiri Vlasak requested to merge rework-deployement into master

These changes simplify the deployment and the project maintenance by removing the necessity of releasing versions and keeping the changelog.

The reason is that this is low-volume and simple project. When MR is reviewed, it is usually good enough to be merged and deployed immediately. To see the changelog, simply use git log, git shortlog, or something like git log --oneline --graph --decorate --all.

Merge request reports