Releases: farcaster-project/workflows
Releases · farcaster-project/workflows
1.2.0
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
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/[email protected]
, EndBug/[email protected]
, softprops/action-gh-release@v1
- Bump header's year to 2022
1.0.2
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
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
Added
Crate release
shared workflow
Draft new release
shared workflow
Release to crates.io
shared workflow