Skip to content

Action to help automate releasing new versions

License

Notifications You must be signed in to change notification settings

asimov-platform/release-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Action to help automate releasing new versions

Resources

License

Stars

Watchers

Forks