Skip to content

Commit aace20a

Browse files
Merge pull request #3180 from simonpasquier/fix-build-all
Run 'build_all' job for v0.y tags
2 parents 2afee51 + 9226eb0 commit aace20a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ workflows:
139139
branches:
140140
only: /^(main|release-.*|.*build-all.*)$/
141141
tags:
142-
only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
142+
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
143143
- mixin:
144144
filters:
145145
tags:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.25.0-rc.1 / 2022-12-16
1+
## 0.25.0-rc.2 / 2022-12-19
22

33
* [CHANGE] Change the default `parse_mode` value from `MarkdownV2` to `HTML` for Telegram. #2981
44
* [CHANGE] Make `api_url` field optional for Telegram. #2981

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.25.0-rc.1
1+
0.25.0-rc.2

0 commit comments

Comments
 (0)