Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 757 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 757 Bytes

asimov-platform/release-action

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.

Preview

Preview

Features

  • Downloads all artifacts.
  • Computes checksums for all files.
  • Parses keep a changelog.
  • Creates a new release.

Usage

Inputs

inputs:
  # Path to changelog file.
  # Default: CHANGELOG.md
  changelog-path:
  # Compute checksum for each file?
  # Default: true
  compute-checksum: