Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
34475ca73e | |||
242abe737b | |||
853f747bad | |||
4bd6aa2350 | |||
00affe1feb |
@ -1,3 +1,5 @@
|
||||
## Release 0.5.0p82 du 30/04/2025-04:43
|
||||
|
||||
## Release 0.5.0p74 du 30/04/2025-04:39
|
||||
|
||||
* `6c1c85b` remplacer nur_func par func
|
||||
|
49
README.md
Normal file
49
README.md
Normal file
@ -0,0 +1,49 @@
|
||||
# nulib-spout
|
||||
|
||||
|
||||
## Release
|
||||
|
||||
Exemple: release de la version 0.6.0
|
||||
|
||||
Avant de faire une release majeure sur nulib/spout, 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",
|
||||
"description": "wrapper pour openspout/openspout",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://repos.univ-reunion.fr/composer"
|
||||
@ -18,7 +22,7 @@
|
||||
"openspout/openspout": "v3.7.4"
|
||||
},
|
||||
"require": {
|
||||
"nulib/php": "^0.5.0p74",
|
||||
"nulib/php": "^7.4-dev",
|
||||
"ext-dom": "*",
|
||||
"ext-filter": "*",
|
||||
"ext-libxml": "*",
|
||||
|
20
composer.lock
generated
20
composer.lock
generated
@ -4,15 +4,15 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "fe6b4daee2e700fcdc3dc40c9ffe935d",
|
||||
"content-hash": "1096948ae214037700effae248ef800b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "nulib/php",
|
||||
"version": "0.5.0p74",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.univ-reunion.fr/sda-php/nulib.git",
|
||||
"reference": "4037bf20424eb48708e5fdf9fc8e10f2ef71d134"
|
||||
"version": "dev-dev74",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib",
|
||||
"reference": "1671354fd8eed5044d3f7593f3db9185f4c16bc6"
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
@ -52,7 +52,9 @@
|
||||
}
|
||||
],
|
||||
"description": "fonctions et classes essentielles",
|
||||
"time": "2025-04-30T00:32:10+00:00"
|
||||
"transport-options": {
|
||||
"relative": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
@ -4571,7 +4573,9 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"nulib/php": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user