From d70df8bbc10d9265482a0fdd9ede08b6276d8a48 Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Wed, 16 Oct 2024 10:58:09 +0300 Subject: [PATCH 1/2] add reminder for releases.md in pr template --- .github/pull_request_template.md | 2 ++ RELEASES.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8200c0597f17..fe4d2395e5e0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,3 +3,5 @@ ## How this works ## How this was tested + +## Need to be documented in RELEASES.md? diff --git a/RELEASES.md b/RELEASES.md index 16b371b67a12..0ac6f2637bcd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Release Notes +## [v1.11.12](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.21) + +## Misc + +- Added reminder for documenting RELEASE.md in the pull request template + ## [v1.11.11](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.11) This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged. From c0dbd1acb59c0207ef0143e5684b8db6db3b20a3 Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Wed, 16 Oct 2024 22:51:28 +0300 Subject: [PATCH 2/2] Update RELEASES.md Signed-off-by: Ceyhun Onur --- RELEASES.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 0ac6f2637bcd..16b371b67a12 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,11 +1,5 @@ # Release Notes -## [v1.11.12](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.21) - -## Misc - -- Added reminder for documenting RELEASE.md in the pull request template - ## [v1.11.11](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.11) This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged.