You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For distinguishing which version tags corresponds to each one, the uplink-sys tags have the format sys-vX.Y.Z and the uplink tags have the format vX.Y.Z.
Acceptance criteria:
Configure a Github workflow that publishes to crates.io the new crate version when a new tag is created/pushed. The Github workflow has to publish the correct crate according to the format of the created/pushed tags.
The text was updated successfully, but these errors were encountered:
We want to publish to crates.io the new versions of the crates of this repo automatically through a Github action when a new tag version is pushed.
This repository contains 2 crates
For distinguishing which version tags corresponds to each one, the
uplink-sys
tags have the formatsys-vX.Y.Z
and theuplink
tags have the formatvX.Y.Z
.Acceptance criteria:
The text was updated successfully, but these errors were encountered: