Skip to content

Commit

Permalink
bug-1882879: update tag scheme to vYYYY.MM.DD[-N]
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Apr 30, 2024
1 parent d1d6a39 commit 453d5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ workflows:
- main:
filters:
tags:
only: /.*/
only: /v.*/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ github_project = "antenna"
bugzilla_product = "Socorro"
bugzilla_component = "Infra"
main_branch = "main"
tag_name_template = "%Y.%m.%d"
tag_name_template = "v%Y.%m.%d"


[tool.service-status]
Expand Down

0 comments on commit 453d5b7

Please sign in to comment.