Skip to content

Commit

Permalink
Update the changelog for v1.18 (solana-labs#33636)
Browse files Browse the repository at this point in the history
* Update the changelog for v1.18

* Add sub-headings under v1.18.0
  • Loading branch information
willhickey authored Oct 11, 2023
1 parent 99542d9 commit cd743dc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit cd743dc

Please sign in to comment.