Skip to content

librarian: consider moving tag_format to config.yaml #2177

@chingor13

Description

@chingor13

This currently exists in state.yaml but really feels like it belongs in config.yaml. It's a configuration value that will not be updated by librarian itself.

Example config.yaml:

# repository default
tag_format: "v{version}"

# per library configuration
libraries:
  - id: google-cloud-example
    tag_format: "{id}/v{version}"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions