Skip to content
Snippets Groups Projects
Commit 80bf0c95 authored by David Dorchies's avatar David Dorchies
Browse files

Merge branch 'master' into 'devel'

Master v4.18.0

See merge request !254
parents 26452dae 6d177110
No related branches found
No related tags found
2 merge requests!275Release v4.19.0,!254Master v4.18.0
Pipeline #168172 passed
{
"cSpell.words": [
"prms"
],
"cSpell.language": "en,fr-FR"
}
\ No newline at end of file
# Historique des versions
### 4.18.0 - 2024-01-29
### 4.18.0 - 2024-01-30
#### Nouvelles fonctionnalités
......
325-courbe-de-remous-calculer-une-courbe-de-remous-de-passe-a-macro-rugosites
master
{
"name": "fr.irstea.cassiopee",
"version": "4.17.1",
"version": "4.18.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "fr.irstea.cassiopee",
"version": "4.17.1",
"version": "4.18.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
......@@ -87,7 +87,7 @@
}
},
"jalhyd": {
"version": "4.17.1",
"version": "4.18.0",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@types/base-64": "^1.0.0",
......
......@@ -3,7 +3,7 @@
"displayName": "Cassiopée",
"description": "Hydraulic calculators",
"author": "Inrae",
"version": "4.17.1",
"version": "4.18.0",
"main": "main.js",
"homepage": "https://cassiopee.g-eau.fr",
"license": "MIT",
......
......@@ -79,6 +79,7 @@ cd ..
# 2.1 update Git repository
git checkout master
git pull --rebase
rm -rf jalhyd/node_modules
npm install
if [ ! -z "$(git status --untracked-files=no --porcelain)" ]
then
......@@ -106,6 +107,6 @@ git push --tags --force
echo
echo "N'oubliez pas de modifier le numéro de version dans le document https://doi.org/10.15454/TLO5LX"
echo
echo
echo "Tagging done, Gitlab CI/CD should take care of the rest."
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