A simple action to download all artifacts from previous builds, parse keep a changelog file and release a new version.
You probably want to use this action in combination with asimov-platform/rust-build-action, or something similar.
- Downloads all artifacts.
- Computes checksums for all files.
- Parses keep a changelog.
- Creates a new release.
inputs:
# Path to changelog file.
# Default: CHANGELOG.md
changelog-path:
# Compute checksum for each file?
# Default: true
compute-checksum: