Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2022-07-27

Added

  • New argument base_branch in draft-new-release (default to main).

Fixed

  • Specify toolchain in draft-new-release to be stable.

1.1.0 - 2022-05-27

Added

  • New input build for draft-new-release.yml to build the crate before add & commit the files, allows lockfile update
  • New input check_publish for draft-new-release.yml to dry run the cargo publish before add & commit the files, allows to not open a PR on unpublishable state.

Changed

1.0.2 - 2021-11-01

Added

  • Add workflow call inputs on create-release.yml workflow to pass an artifact containing files to attached to the release

Changed

  • Improved documentation on how to chain and trigger workflows

1.0.1 - 2021-10-29

Fixed

  • Modify Cargo.toml version based on received version input

Added

  • Format checks on markdown and toml files
  • Usage example for each workflow

1.0.0 - 2021-10-29

Added

  • Crate release shared workflow
  • Draft new release shared workflow
  • Release to crates.io shared workflow