Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatize publishing crates when repository is tagged #18

Open
ifraixedes opened this issue Jun 22, 2022 · 0 comments
Open

Automatize publishing crates when repository is tagged #18

ifraixedes opened this issue Jun 22, 2022 · 0 comments
Labels
scope:CI Issues / PRs related with the CI type:enhancement New feature or request

Comments

@ifraixedes
Copy link
Collaborator

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 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.
@ifraixedes ifraixedes added the type:enhancement New feature or request label Jun 22, 2022
@ifraixedes ifraixedes added the scope:CI Issues / PRs related with the CI label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:CI Issues / PRs related with the CI type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant