From 1628afac08966474dc514763df32026484318f10 Mon Sep 17 00:00:00 2001 From: Integralist Date: Thu, 12 Oct 2023 13:09:55 +0100 Subject: [PATCH] doc(release): explain manifest documentation --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 93908ea98..d9e515a51 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -13,5 +13,5 @@ ## Footnotes -1. We utilize [semantic versioning](https://semver.org/) and only include relevant/significant changes within the CHANGELOG (be sure to document changes to the app config if `config_version` has changed). +1. We utilize [semantic versioning](https://semver.org/) and only include relevant/significant changes within the CHANGELOG (be sure to document changes to the app config if `config_version` has changed, and if any breaking interface changes are made to the fastly.toml manifest those should be documented on developer.fastly.com). 1. Triggers a [github action](https://github.com/fastly/cli/blob/main/.github/workflows/tag_release.yml) that produces a 'draft' release.