mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
update changelog.md and contributing.md
This commit is contained in:
parent
90df5bfa30
commit
2c3c23e460
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## [Unreleased]
|
||||
### Added
|
||||
### Changed
|
||||
- Update swagger-ui version to 3.23.11 [#239](https://github.com/rswag/rswag/pull/239)
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
@ -44,6 +44,19 @@ Push to your fork and [submit a Pull Request][pr].
|
||||
|
||||
[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
|
||||
(for maintainers)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user