diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8f9d272..a6e58675 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release to Maven Central on: - workflow_dispatch: # Allows manual triggering of the workflow + workflow_dispatch: jobs: release: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4df781..2da2d992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.5.7] - 2024-10-23 ### Changed -- Added error handling for bad requests with incorrect sort parameters +- Added error handling for bad requests with incorrect sort parameters. - Added automatic pagination handling in the `/unreferenced-paths` endpoint for improved Swagger documentation. - Updated the Maven Central release workflow to run exclusively from the main branch.