Skip to content

Releases: farcaster-project/workflows

1.2.0

27 Jul 15:08
98b32c9
Compare
Choose a tag to compare

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

27 May 15:13
f23cc6c
Compare
Choose a tag to compare

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

  • Update actions/checkout@v3, actions/download-artifact@v3, thomaseizinger/create-pull-request@1.2.2, EndBug/add-and-commit@v9.0.0, softprops/action-gh-release@v1
  • Bump header's year to 2022

1.0.2

01 Nov 10:00
44776ca
Compare
Choose a tag to compare

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

29 Oct 16:46
b49d4fa
Compare
Choose a tag to compare

Fixed

  • Modify Cargo.toml version based on received version input in "Draft new release"

Added

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

1.0.0

29 Oct 14:31
49c08d6
Compare
Choose a tag to compare

Added

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