-
Notifications
You must be signed in to change notification settings - Fork 11
Create action for handling release creation #46
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/release-blockerMust be staffed and worked in time for the next release.Must be staffed and worked in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Milestone
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/release-blockerMust be staffed and worked in time for the next release.Must be staffed and worked in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Projects
Status
🔖 Ready
We need an action that can bump the version in cargo.Toml and then build the crate/images and push the update to the given branch.
We will also need a reverse action that when a tag/release is deleted, and it is the version that we are at now, we will need to revert. (Or we need to make the action above handle this case and not bump the version again.)