coreos / afterburn

A one-shot cloud provider agent
https://coreos.github.io/afterburn/
Apache License 2.0
206 stars 106 forks source link

Release 4.4.0 #415

Closed lucab closed 4 years ago

lucab commented 4 years ago

Release process

This project uses cargo-release in order to prepare new releases, tag and sign relevant git commit, and publish the resulting artifacts to crates.io. The release process follows the usual PR-and-review flow, allowing an external reviewer to have a final check before publishing.

In order to ease downstream packaging of Rust binaries, an archive of vendored dependencies is also provided (only relevant for offline builds).

Requirements

This guide requires:

Release checklist

These steps show how to release version x.y.z on the origin remote (this can be checked via git remote -av). Push access to the upstream repository is required in order to publish the new tag and the PR branch.

:warning:: UPSTREAM_REMOTE should reference the locally configured remote that points to the upstream git repository.

lucab commented 4 years ago

Tagged: https://github.com/coreos/afterburn/releases/tag/v4.4.0 Published: https://crates.io/crates/afterburn/4.4.0