Skip to content
Snippets Groups Projects
Commit 9b971509 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 2.27.

parents 2581c098 2fd3c507
No related branches found
No related tags found
No related merge requests found
Pipeline #90777 passed
......@@ -14,7 +14,7 @@ run-tox-pipeline:
- docker-executor
image: python:3.12
except:
- /^release\/*/
- /^release\/.*/
services:
- postgres:14
# Change pip's cache directory to be inside the project directory since we can
......@@ -51,6 +51,8 @@ build-documentation:
- cd $CI_PROJECT_DIR/docs
script:
- /bin/sh ./build-docs.sh
except:
- /^release\/.*/
artifacts:
paths:
- docs/public
......@@ -66,6 +68,8 @@ lint-documentation:
needs:
- job: build-documentation # Only run when documentation has been built
artifacts: true
except:
- /^release\/.*/
before_script:
- cd $CI_PROJECT_DIR/docs/vale
- vale sync
......@@ -104,6 +108,8 @@ publish-docs-prod-2:
sonarqube:
stage: sonarqube
image: sonarsource/sonar-scanner-cli:10.0
except:
- /^release\/.*/
script:
- sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties
tags:
......
# Changelog
## [2.27] - 2024-12-03
- Add support for VRFs
- Rework the way code documentation is built and pulished
- Fix a bug in email notification delivery
## [2.26] - 2024-11-27
- Rename the `NRENL3CoreService` to `L3CoreService`
- To the existing Layer 3 core services, add LHCOne, Copernicus and IAS-GWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment