Skip to content

Commit

Permalink
🔖(cnfpt) bump to version 1.13.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade richie to 2.13.0
  • Loading branch information
jbpenrath committed Mar 7, 2022
1 parent 70f6e74 commit c3ac7ad
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 6 deletions.
61 changes: 58 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,66 @@ workflows:
site: ademe
cnfpt:
jobs:
- no-change:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-cnfpt
site: cnfpt
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /cnfpt-.*/
name: lint-changelog--cnfpt
site: cnfpt
- build-front-production:
filters:
tags:
only: /.*/
name: no-change-cnfpt
only: /cnfpt-.*/
name: build-front-production-cnfpt
site: cnfpt
- lint-front:
filters:
tags:
only: /cnfpt-.*/
name: lint-front-cnfpt
requires:
- build-front-production-cnfpt
site: cnfpt
- build-back:
filters:
tags:
only: /cnfpt-.*/
name: build-back-cnfpt
site: cnfpt
- lint-back:
filters:
tags:
only: /cnfpt-.*/
name: lint-back-cnfpt
requires:
- build-back-cnfpt
site: cnfpt
- test-back:
filters:
tags:
only: /cnfpt-.*/
name: test-back-cnfpt
requires:
- build-back-cnfpt
site: cnfpt
- hub:
filters:
tags:
only: /^cnfpt-.*/
image_name: cnfpt
name: hub-cnfpt
requires:
- lint-front-cnfpt
- lint-back-cnfpt
site: cnfpt
demo:
jobs:
- check-changelog:
Expand Down
7 changes: 6 additions & 1 deletion sites/cnfpt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.13.0] - 2022-03-07

### Changed

- Upgrade richie to 2.13.0

## [1.12.0] - 2022-01-04
Expand Down Expand Up @@ -263,7 +267,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

Initial release

[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.12.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.13.0...HEAD
[1.13.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.12.0...cnfpt-1.13.0
[1.12.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.11.0...cnfpt-1.12.0
[1.11.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.10.0...cnfpt-1.11.0
[1.10.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.9.0...cnfpt-1.10.0
Expand Down
2 changes: 1 addition & 1 deletion sites/cnfpt/src/backend/cnfpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.13.0"
2 changes: 1 addition & 1 deletion sites/cnfpt/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnfpt",
"version": "1.12.0",
"version": "1.13.0",
"description": "Richie-powered CMS for mooc.cnfpt.fr",
"scripts": {
"build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",
Expand Down

0 comments on commit c3ac7ad

Please sign in to comment.