Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from Financial-Times/ben/releasebetaversions
Browse files Browse the repository at this point in the history
Add support for releasing beta versions
  • Loading branch information
benholmes-ft authored Aug 16, 2022
2 parents 05e24dd + 0715a4e commit ee7387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ references:

only_version_tags: &only_version_tags
tags:
only: /v[0-9]+(\.[0-9]+)*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta)\.\d+)?$/

jobs:
install:
Expand Down

0 comments on commit ee7387e

Please sign in to comment.