Update the changelog for v1.18 (#33636)
* Update the changelog for v1.18 * Add sub-headings under v1.18.0
This commit is contained in:
parent
99542d9b59
commit
cd743dc496
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -7,12 +7,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
and follows a [Backwards Compatability Policy](https://docs.solana.com/developing/backwards-compatibility)
|
||||
|
||||
Release channels have their own copy of this changelog:
|
||||
* [edge - v1.17](#edge-channel)
|
||||
* [beta - v1.16](https://github.com/solana-labs/solana/blob/v1.16/CHANGELOG.md)
|
||||
* [stable - v1.14](https://github.com/solana-labs/solana/blob/v1.14/CHANGELOG.md)
|
||||
* [edge - v1.18](#edge-channel)
|
||||
* [beta - v1.17](https://github.com/solana-labs/solana/blob/v1.17/CHANGELOG.md)
|
||||
* [stable - v1.16](https://github.com/solana-labs/solana/blob/v1.16/CHANGELOG.md)
|
||||
|
||||
<a name="edge-channel"></a>
|
||||
## [1.17.0] - Unreleased
|
||||
## [1.18.0] - Unreleased
|
||||
* Changes
|
||||
* Upgrade Notes
|
||||
|
||||
## [1.17.0]
|
||||
* Changes
|
||||
* Added a changelog.
|
||||
* Upgrade Notes
|
||||
|
@ -49,8 +53,9 @@ This simplifies the process of diffing between versions of the log.
|
|||
## Maintaining This Changelog
|
||||
### When creating a new release branch:
|
||||
* Commit to master updating the changelog:
|
||||
* Remove `Unreleased` annotation from vx.y.0 section.
|
||||
* Update the edge, beta, and stable links
|
||||
* Create new section: `vx.y+1.0 - Unreleased`
|
||||
* Remove `Unreleased` annotation from vx.y.0 section.
|
||||
* Create vx.y branch starting at that commit
|
||||
* Tag that commit as vx.y.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue