e.g. from version := "0.7.2-dev"
to version := "0.7.2"
- Set the correct version number
- Set the current date
- Provide a title
- Add a summary
Title: 'Viash 0.7.2' Content: Add the full changelog entry of this release
Create the binaries with make && make tools
.
Add the files bin/viash
and bin/viash_install
.
The source repository is here. Follow the information in the README.md to get up and running if needed.
Update the viash version to the latest Viash version. This is needed to get updated information about the CLI and JSON schema.
Short summary if you already have an operational envirionment:
./_src/render_pages.sh
(This script already contains the environment switch command (source renv/python/virtualenvs/renv-python-3.10/bin/activate
))
Under the develop
branch,
- Update the version in
build.sbt
to the next version with a-dev
suffix. - Add a placeholder entry in
CHANGELOG.md
for a future release.
Template:
# Viash 0.x.x (yyyy-MM-dd): TODO Add title
TODO add summary