Closed
Description
some users deploy from a workspace and namespace tags to coordinate different release trains for different parts of the workspace. this usually means they want a member-v0.0.0 style tag instead of the v0.0.0 tag that cargo-dist expects.
i propose the following config to generate the following workflow:
# Cargo.toml
tag-namespace = "customstring"
generates
# release.yml
on:
push:
tags:
- 'customstring-**[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Metadata
Metadata
Assignees
Labels
No labels