Skip to content

allow user to configure tag "namespace" #758

Closed
@ashleygwilliams

Description

@ashleygwilliams

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions