# Create a release
# Prepare the release
- Fix Codacy (opens new window) & Intellij warnings.
- Update security.md (opens new window).
- Update libraries used by archetypes:
- Change roadmap content in
why-cassandre/features-and-roadmap.md
.
# Create the release with Maven
You must be using ssh
and not https
, to switch to ssh
, type :
git remote set-url origin git@github.com:cassandre-tech/cassandre-trading-bot.git
Start the release with :
mvn gitflow:release-start
After choosing the release number, finish the release, push branches and tags, with this command :
mvn gitflow:release-finish
# Update
- Close the corresponding milestone in Github (opens new window).
- Write and send a substack post (opens new window).