From cd743dc496d2006c8b6fde8d2ccb1f7d7b06bff4 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Wed, 11 Oct 2023 10:06:38 -0500 Subject: [PATCH] Update the changelog for v1.18 (#33636) * Update the changelog for v1.18 * Add sub-headings under v1.18.0 --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df54c1876..f329001e1 100644 --- a/CHANGELOG.md +++ b/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) -## [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