Skip to content

Commit b305364

Browse files
chore(master): release 1.47.2 (#1165)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43edf01 commit b305364

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.47.1"
2+
".": "1.47.2"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.47.2](https://github.com/elefan-grenoble/gestion-compte/compare/v1.47.1...v1.47.2) (2026-01-24)
4+
5+
6+
### Corrections (bugs, typos...)
7+
8+
* erreur 500 sur le planning, form inexistant ([#1157](https://github.com/elefan-grenoble/gestion-compte/issues/1157)) ([4cf0bac](https://github.com/elefan-grenoble/gestion-compte/commit/4cf0bac7b82cf9fa79a804df3dd0a8ed6dbbbcfd))
9+
10+
11+
### Technique
12+
13+
* ajout d'une Github Action pour assign automatiquement l'auteur ([#1115](https://github.com/elefan-grenoble/gestion-compte/issues/1115)) ([2f64030](https://github.com/elefan-grenoble/gestion-compte/commit/2f64030f5d2a6c1da53aa48a4d0fec52c561a26b))
14+
* **master:** release 1.47.1 ([#1163](https://github.com/elefan-grenoble/gestion-compte/issues/1163)) ([39c7d3f](https://github.com/elefan-grenoble/gestion-compte/commit/39c7d3fde3d5df039a4bfb9a6742db4d2d5b041f))
15+
* release 1.47.2 ([43edf01](https://github.com/elefan-grenoble/gestion-compte/commit/43edf0150616dc24418986eef12a780adbbf44f5))
16+
* **release-please:** ajout d'une Github Action pour vérifier le nom des PR (conventional commits) ([#1162](https://github.com/elefan-grenoble/gestion-compte/issues/1162)) ([1ce5cf8](https://github.com/elefan-grenoble/gestion-compte/commit/1ce5cf820efe2b76144e4e0635a9faa37c7d508c))
17+
* **release-please:** il manquait le fichier release-please-manifest.json. suite à [#1049](https://github.com/elefan-grenoble/gestion-compte/issues/1049) & [#1155](https://github.com/elefan-grenoble/gestion-compte/issues/1155) ([bca65ed](https://github.com/elefan-grenoble/gestion-compte/commit/bca65edabacaaa3574c48af33d63d14f28aa99d8))
18+
* **release-please:** maj de la config à la v4 (depuis la v3) ([#1155](https://github.com/elefan-grenoble/gestion-compte/issues/1155)) ([beff8ca](https://github.com/elefan-grenoble/gestion-compte/commit/beff8caf376f8aa7146885cf7181f23a8dedb760))
19+
* **stale:** maj à la v10. ajout de commentaires dans la config ([#1158](https://github.com/elefan-grenoble/gestion-compte/issues/1158)) ([4eaba83](https://github.com/elefan-grenoble/gestion-compte/commit/4eaba836692a845c05c13854712b03bfe5a4fe57))
20+
321
## [1.47.1](https://github.com/elefan-grenoble/gestion-compte/compare/v1.47.0...v1.47.1) (2025-12-10)
422

523

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
remainder_warning_delay: '15'
1313
images_tmp_dir: '%kernel.project_dir%/web/tmp'
1414
github_repo_url: 'elefan-grenoble/gestion-compte'
15-
github_current_release: 'v1.47.1' # x-release-please-version
15+
github_current_release: 'v1.47.2' # x-release-please-version
1616

1717
framework:
1818
translator: { fallbacks: ['%locale%'] }

0 commit comments

Comments
 (0)