mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
update changelog.md and contributing.md
This commit is contained in:
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
### Changed
|
### Changed
|
||||||
|
- Update swagger-ui version to 3.23.11 [#239](https://github.com/rswag/rswag/pull/239)
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -44,6 +44,19 @@ Push to your fork and [submit a Pull Request][pr].
|
|||||||
|
|
||||||
[pr]: https://github.com/rswag/rswag/compare/
|
[pr]: https://github.com/rswag/rswag/compare/
|
||||||
|
|
||||||
|
## Updating Swagger UI
|
||||||
|
|
||||||
|
Find the latest versions of swagger-ui here:
|
||||||
|
https://github.com/swagger-api/swagger-ui/releases
|
||||||
|
|
||||||
|
Update the swagger-ui-dist version in the rswag-ui dependencies
|
||||||
|
```
|
||||||
|
./rswag-ui/package.json
|
||||||
|
```
|
||||||
|
|
||||||
|
Navigate to the rswag-ui folder and run npm install to update the package-lock.json
|
||||||
|
|
||||||
|
|
||||||
## Release
|
## Release
|
||||||
(for maintainers)
|
(for maintainers)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user