mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Add a message on how to release to contributing guide
This commit is contained in:
parent
3329c1ec55
commit
a3aa56e2df
@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
|
### Changed
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
|
||||||
|
## [2.0.6] - 2019-10-03
|
||||||
|
### Added
|
||||||
- Support for Rails 6 [#228](https://github.com/rswag/rswag/pull/228)
|
- Support for Rails 6 [#228](https://github.com/rswag/rswag/pull/228)
|
||||||
- Support for Windows paths [#176](https://github.com/rswag/rswag/pull/176)
|
- Support for Windows paths [#176](https://github.com/rswag/rswag/pull/176)
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@ -43,3 +43,17 @@ bundle exec rspec
|
|||||||
Push to your fork and [submit a Pull Request][pr].
|
Push to your fork and [submit a Pull Request][pr].
|
||||||
|
|
||||||
[pr]: https://github.com/rswag/rswag/compare/
|
[pr]: https://github.com/rswag/rswag/compare/
|
||||||
|
|
||||||
|
## Release
|
||||||
|
(for maintainers)
|
||||||
|
|
||||||
|
Update the changelog.md, putting the new version number in and moving the Unreleased marker.
|
||||||
|
|
||||||
|
Merge the changes into master you wish to release.
|
||||||
|
|
||||||
|
Add and push a new git tag, annotated tags preferred:
|
||||||
|
```
|
||||||
|
git tag -s 2.0.6 -m 'v2.0.6'
|
||||||
|
```
|
||||||
|
|
||||||
|
Travis will detect the tag and release all gems with that tag version number.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user