Adjust changelog for release 3.7.4

This commit is contained in:
René Pfeuffer
2025-03-12 15:07:49 +01:00
parent e1f665fc19
commit 54b28f98f7
3 changed files with 8 additions and 5 deletions

View File

@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.7.4] - 2025-03-12
### Fixed
- Possibility to configure 'maxFormKeys' and 'maxFormContentSize' in Jetty
## [3.7.3] - 2025-02-24
### Fixed
- Keep original timestamp on rebase
@@ -1705,3 +1709,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.7.0]: https://scm-manager.org/download/3.7.0
[3.7.1]: https://scm-manager.org/download/3.7.1
[3.7.3]: https://scm-manager.org/download/3.7.2
[3.7.4]: https://scm-manager.org/download/3.7.4

View File

@@ -109,7 +109,7 @@ Then apply your fixes (eg. by cherry picking the relevant commits) and update th
have single changelog yaml files, you could use the `updateChangelog` like above). Add the `CHANGELOG.md`,
remove the yamls, and push the hotfix branch:
```
```bash
git rm -rf gradle/changelog
git add CHANGELOG.md
git commit -m "Adjust changelog for release 2.30.1"
@@ -125,7 +125,7 @@ Depending on whether you released a hotfix for an older version or the latest re
the `main` branch to the new tag. So in our example, if there is no version `2.31.x` yet, the new version
`2.30.1` is the latest version and we have to update `main`:
```
```bash
git checkout main
git merge 2.30.1
git push origin main
@@ -136,7 +136,7 @@ that there are no changes that all changes are part of the current `develop` sta
to merge conflicts, because the version on `develop` has been set to a new `SNAPSHOT`, while the version
of the hotfix has been updated to the new release version. So you have to merge all these conflicts manually.
```
```bash
git checkout develop
git merge main
```

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Possibility to configure 'maxFormKeys' and 'maxFormContentSize' in Jetty