Skip to content

Commit

Permalink
Merge pull request #3180 from simonpasquier/fix-build-all
Browse files Browse the repository at this point in the history
Run 'build_all' job for v0.y tags
  • Loading branch information
simonpasquier committed Dec 19, 2022
2 parents 2afee51 + 9226eb0 commit aace20a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ workflows:
branches:
only: /^(main|release-.*|.*build-all.*)$/
tags:
only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
- mixin:
filters:
tags:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.25.0-rc.1 / 2022-12-16
## 0.25.0-rc.2 / 2022-12-19

* [CHANGE] Change the default `parse_mode` value from `MarkdownV2` to `HTML` for Telegram. #2981
* [CHANGE] Make `api_url` field optional for Telegram. #2981
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.0-rc.1
0.25.0-rc.2

0 comments on commit aace20a

Please sign in to comment.