Skip to content

Commit

Permalink
Merge pull request #5917 from owncloud/butonic-patch-1
Browse files Browse the repository at this point in the history
[docs-only] depreaction -> deprecation
  • Loading branch information
mmattel committed Mar 23, 2023
2 parents 7e6fa75 + edb88c7 commit 589a681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ocis/development/deprecating-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ There are four different annotation variables that need to be filled:

| Annotation |Description| Format|
|---|---|---|
| depreactionVersion| The version the variable will be deprecated| semver (e.g. 1.6.2)|
| deprecationVersion| The version the variable will be deprecated| semver (e.g. 1.6.2)|
| removalVersion| The version the variable will be removed from the codebase| semver (e.g. 1.7.3)|
| deprecationInfo| Information why the variable is deprecated, must start with the name of the variable in order to avoid confusion, when there are multiple options in the `env:`-field | string (e.g. NATS_NATS_HOST is confusing) |
| depreactionReplacement | The name of the variable that is going to replace the deprecated one.| string (e.g. NATS_HOST_ADDRESS)|
| deprecationReplacement | The name of the variable that is going to replace the deprecated one.| string (e.g. NATS_HOST_ADDRESS)|

### What happens next?

Expand Down

0 comments on commit 589a681

Please sign in to comment.