From 70d165eaa39d0351c189ee65fd3b22b798abb555 Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Mon, 25 Jul 2022 11:34:42 -0600 Subject: [PATCH] Update RELEASES.md --- docs/RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/RELEASES.md b/docs/RELEASES.md index 537cfa172..2f84571ac 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -7,7 +7,8 @@ go-tfe can be released as often as required. Documentation updates and test fixe Start by comparing the main branch with the last release in order to fully understand which changes are being released. Compare the last release tag with main ([example](https://github.com/hashicorp/go-tfe/compare/v1.5.0...main)). For each meaningful change, double check the following: 1. Is the change added to CHANGELOG.md? -2. Does the public package API follow all endpoint conventions, such as naming, pointer usage, and options availability? Once these are released, they are permanent in the current major release version. Are new features generally available in the Terraform Cloud API? Or is there another considered reason to release them? +2. Does the public package API follow all endpoint conventions, such as naming, pointer usage, and options availability? Once these are released, they are permanent in the current major release version. +3. Are new features generally available in the Terraform Cloud API? Or is there another considered reason to release them? Ensure CHANGELOG.md is up to date with the next release version before proceeding.