-
Notifications
You must be signed in to change notification settings - Fork 98
Improve docs for custom fields on releases #2836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
48494db
to
de1aefc
Compare
de1aefc
to
f1fdd73
Compare
Channels allow you to define which custom fields are required when creating a release within the channel, ensuring you can use them within scripts and steps in the deployment process. | ||
|
||
:::div{.hint} | ||
Support for custom fields in releases is rolling out Octopus Cloud in Early Access Preview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this say: "rolling out to Octopus Cloud"?
|
||
:::div{.hint} | ||
Support for custom fields on releases is rolling out Octopus Cloud in Early Access Preview as part of the Ephemeral Environments feature. | ||
Support for custom fields on releases is rolling out Octopus Cloud in Early Access Preview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above, are we missing the word "to"?
- The maximum length of the key and value of each custom field is 150 characters. | ||
### Required custom fields | ||
|
||
Channels can define which custom fields are required when creating a release within the channel. The Octopus Web Portal will prompt to set any required custom fields when creating a release. Learn more about [configuring custom fields in channels](/docs/releases/channels). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Octopus Web Portal will prompt to set any required custom fields when creating a release.
This sentence feels a little clunky. I'm not sure what would be better though.
Maybe: "The Octopus Web Portal will provide a prompt to set..."? 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's a bit clunky, I've looked for other examples of "prompt" and most of them have "prompt you to..." so I might just go with that and we can adjust later.
|
||
The following restrictions apply to custom fields on releases: | ||
|
||
- A maximum of 10 custom fields can be added to each release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More of a product question than a docs one, but does the same limit apply to required fields on a Channel? If so, maybe we should mention it in the Channels doco.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
475e478
to
c00a09d
Compare
Improves docs for custom fields on releases now that more improvements to configure required custom fields via channels are rolling out to Octopus Cloud.
[sc-120205]