Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
3e41a5d8a3 | |||
6fd59afb25 | |||
e68672917d | |||
b0c6f0cc9e | |||
b36b704c73 |
@ -1,3 +1,5 @@
|
|||||||
|
## Release 0.5.0p82 du 30/04/2025-04:48
|
||||||
|
|
||||||
## Release 0.5.0p74 du 30/04/2025-04:46
|
## Release 0.5.0p74 du 30/04/2025-04:46
|
||||||
|
|
||||||
## Release 0.4.0p82 du 14/03/2025-15:30
|
## Release 0.4.0p82 du 14/03/2025-15:30
|
||||||
|
49
README.md
Normal file
49
README.md
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
# nulib-phpss
|
||||||
|
|
||||||
|
|
||||||
|
## Release
|
||||||
|
|
||||||
|
Exemple: release de la version 0.6.0
|
||||||
|
|
||||||
|
Avant de faire une release majeure sur nulib/phpss, faire d'abord la release
|
||||||
|
majeure correspondante sur
|
||||||
|
* nulib/php
|
||||||
|
|
||||||
|
~~~sh
|
||||||
|
version=0.6.0
|
||||||
|
|
||||||
|
major="${version%.*}.0"
|
||||||
|
|
||||||
|
## branche dev74
|
||||||
|
git checkout dev74
|
||||||
|
|
||||||
|
sed -ri "\
|
||||||
|
/nulib\/.*:/s/[0-9]+.[0-9]+.0p74/${major}p74/
|
||||||
|
" .composer.pman.yml
|
||||||
|
pci "maj projet"
|
||||||
|
|
||||||
|
prel -v$version
|
||||||
|
|
||||||
|
# en cas de conflit, sélectionner HEAD
|
||||||
|
_merge82
|
||||||
|
|
||||||
|
## branche dev82
|
||||||
|
git checkout dev82
|
||||||
|
|
||||||
|
sed -ri "\
|
||||||
|
/nulib\/.*:/s/[0-9]+.[0-9]+.0p82/${major}p82/
|
||||||
|
" .composer.pman.yml
|
||||||
|
pci "maj projet"
|
||||||
|
|
||||||
|
prel -C
|
||||||
|
|
||||||
|
commit="$(git log --grep="Init changelog . version ${version}p82" --format=%H)" &&
|
||||||
|
echo "commit=$commit"
|
||||||
|
|
||||||
|
git checkout dev74
|
||||||
|
|
||||||
|
git cherry-pick "$commit"
|
||||||
|
pp -a
|
||||||
|
~~~
|
||||||
|
|
||||||
|
-*- coding: utf-8 mode: markdown -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8:noeol:binary
|
@ -3,6 +3,10 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "wrapper pour phpoffice/phpspreadsheet",
|
"description": "wrapper pour phpoffice/phpspreadsheet",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "path",
|
||||||
|
"url": "../nulib"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://repos.univ-reunion.fr/composer"
|
"url": "https://repos.univ-reunion.fr/composer"
|
||||||
@ -15,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"nulib/php": "^0.5.0p74",
|
"nulib/php": "^7.4-dev",
|
||||||
"phpoffice/phpspreadsheet": "^1.0",
|
"phpoffice/phpspreadsheet": "^1.0",
|
||||||
"php": "^7.4"
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
|
20
composer.lock
generated
20
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d0d9efbef8093b96775343530927123d",
|
"content-hash": "d4342f68b5a710c89ae6ee1159f698c9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
@ -396,11 +396,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/php",
|
"name": "nulib/php",
|
||||||
"version": "0.5.0p74",
|
"version": "dev-dev74",
|
||||||
"source": {
|
"dist": {
|
||||||
"type": "git",
|
"type": "path",
|
||||||
"url": "https://git.univ-reunion.fr/sda-php/nulib.git",
|
"url": "../nulib",
|
||||||
"reference": "4037bf20424eb48708e5fdf9fc8e10f2ef71d134"
|
"reference": "1671354fd8eed5044d3f7593f3db9185f4c16bc6"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
@ -440,7 +440,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "fonctions et classes essentielles",
|
"description": "fonctions et classes essentielles",
|
||||||
"time": "2025-04-30T00:32:10+00:00"
|
"transport-options": {
|
||||||
|
"relative": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoffice/phpspreadsheet",
|
"name": "phpoffice/phpspreadsheet",
|
||||||
@ -2844,7 +2846,9 @@
|
|||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"nulib/php": 20
|
||||||
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user