Skip to content

Commit 36f0124

Browse files
committed
⬆️(dogwood.3-fun) bump fun-apps to version 5.19.0
https://github.com/openfun/fun-apps/releases/tag/v5.19.0
1 parent 19ecb35 commit 36f0124

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ jobs:
151151
#
152152
# Note that the job name should match the EDX_RELEASE value
153153

154-
# No changes detected for dogwood.3-fun
154+
# Run jobs for the dogwood.3-fun release
155+
dogwood.3-fun:
156+
<<: [*defaults, *build_steps]
155157
# No changes detected for eucalyptus.3-wb
156158
# No changes detected for hawthorn.1-oee
157159
# No changes detected for ironwood.2-oee
@@ -236,7 +238,13 @@ workflows:
236238

237239
# Build jobs
238240

239-
# No changes detected so no job to run for dogwood.3-fun
241+
# Run jobs for the dogwood.3-fun release
242+
- dogwood.3-fun:
243+
requires:
244+
- check-configuration
245+
filters:
246+
tags:
247+
ignore: /.*/
240248
# No changes detected so no job to run for eucalyptus.3-wb
241249
# No changes detected so no job to run for hawthorn.1-oee
242250
# No changes detected so no job to run for ironwood.2-oee

releases/dogwood/3/fun/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ release.
99

1010
## [Unreleased]
1111

12+
## Changed
13+
14+
- Upgrade fun-apps to v5.19.0
15+
1216
## [dogwood.3-fun-2.13.0] - 2024-04-04
1317

1418
## Changed

releases/dogwood/3/fun/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ==== core ====
55
edx-gea==0.2.0
66
fonzie==0.7.0
7-
fun-apps==5.18.0
7+
fun-apps==5.19.0
88

99
# ==== xblocks ====
1010
configurable_lti_consumer-xblock==1.4.1

0 commit comments

Comments
 (0)