Skip to content

Commit 63972e5

Browse files
Update release modification guidelines in documentation
Removed extra "to", and updated the list of unchangeable elements on a release.
1 parent 3ff5c71 commit 63972e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/docs/best-practices/deployments/releases-and-deployments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ You can update the following in a release:
4848
- Package version
4949
- Release notes
5050
- Variables
51+
- Channel
5152

5253
However, you cannot change the following in the release snapshot:
5354

54-
- Channel
5555
- Deployment Process
5656

57-
Never to modify a release unless it is absolutely necessary. A release represents a snapshot in time, and it should be the same when deploying to the different stages or environments in your pipeline. Changing it after the fact can lead to unpredictable results.
57+
Never modify a release unless it is absolutely necessary. A release represents a snapshot in time, and it should be the same when deploying to the different stages or environments in your pipeline. Changing it after the fact can lead to unpredictable results.
5858

5959
## Deploying a release
6060

0 commit comments

Comments
 (0)