rust-pip icon indicating copy to clipboard operation
rust-pip copied to clipboard

Add release cycle workflows

Open John15321 opened this issue 2 years ago • 0 comments

Add CI/CD workflows that automatically detect if a commit is tagged on master and push it to the release branch and release it using GitHub release feature. The release file should contain the source code and compilation artifacts. Follow the procedure described in the branching strategy in the README.

(As of now not implemented) Blocked by:

  • https://github.com/John15321/rust-pip/issues/28

John15321 avatar Aug 15 '22 21:08 John15321