All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning.
This commit resolves the bug that no changelog updates were possible when trunk is not master. This fix allows to either give an explicit command line argument to specify the trunk branch when running the release task or to use the trunk as configured in the repo.edn file. as a fallback master is used as trunk.
This commit also updates the ci pipeline and removes alternative cache keys.
- resolves null error of #150
This feature implements #clci-146
This commit adds an extra (optional) argument to the release task tospecify a branch name to use as trunk. This allows to use a branchnaming scheme where the trunk is named different than master.
This commit also allows to set the trunk branch in the repo.edn file.
Updates all dependencies and such resolves #141
- add missing version argument #111
- adds missing '-' in tag and release name
This commit immplements a new release mechanism. This improvement reduces the code complexity and makes releases a lot easier. It also implements versioning for bricks including creating brick version tags.