Skip to content

Commit

Permalink
Support release-notes in create-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Jan 10, 2025
1 parent b78431f commit a9bd7be
Show file tree
Hide file tree
Showing 46 changed files with 92,914 additions and 27,862 deletions.
816 changes: 450 additions & 366 deletions archive-channel/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion archive-channel/dist/index.js.map

Large diffs are not rendered by default.

816 changes: 450 additions & 366 deletions archive-customer/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion archive-customer/dist/index.js.map

Large diffs are not rendered by default.

816 changes: 450 additions & 366 deletions create-cluster/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion create-cluster/dist/index.js.map

Large diffs are not rendered by default.

816 changes: 450 additions & 366 deletions create-customer/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion create-customer/dist/index.js.map

Large diffs are not rendered by default.

816 changes: 450 additions & 366 deletions create-object-store/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion create-object-store/dist/index.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions create-release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ chart["chart"]
yaml_dir["yaml-dir"]
promote_channel["promote-channel"]
version["version"]
release_notes["release-notes"]
channel_slug["channel-slug"]
release_sequence["release-sequence"]
app_slug ---> replicated_create_release
Expand All @@ -20,6 +21,7 @@ chart ---> replicated_create_release
yaml_dir ---> replicated_create_release
promote_channel ---> replicated_create_release
version ---> replicated_create_release
release_notes ---> replicated_create_release
replicated_create_release ---> channel_slug
replicated_create_release ---> release_sequence
```
Expand All @@ -30,8 +32,9 @@ replicated_create_release ---> release_sequence
| api-token | | True | API Token. |
| chart | | False | Path to the helm chart (One of `chart` or `yaml-dir` is required). |
| yaml-dir | | False | The directory containing multiple yamls for a Replicated release (One of `chart` or `yaml-dir` is required). |
| promote-channel | | False | Channel name or id to promote this release to. |
| version | | False | Release version |
| promote-channel | | False | Channel name or id to promote this release to. If not specified, the release will not be promoted. |
| version | | False | Release version. This will be ignored if `promote-channel` is not specified. |
| release-notes | | False | Release notes. This will be ignored if `promote-channel` is not specified. |

## Outputs
| Name | Description |
Expand Down
7 changes: 5 additions & 2 deletions create-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ inputs:
description: "The directory containing multiple yamls for a Replicated release (One of `chart` or `yaml-dir` is required)."
required: false
promote-channel:
description: "Channel name or id to promote this release to."
description: "Channel name or id to promote this release to. If not specified, the release will not be promoted."
required: false
version:
description: "Release version"
description: "Release version. This will be ignored if `promote-channel` is not specified."
required: false
release-notes:
description: "Release notes. This will be ignored if `promote-channel` is not specified."
required: false
outputs:
channel-slug: # slug of the channel
Expand Down
816 changes: 450 additions & 366 deletions create-release/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion create-release/dist/index.js.map

Large diffs are not rendered by default.

816 changes: 450 additions & 366 deletions expose-port/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion expose-port/dist/index.js.map

Large diffs are not rendered by default.

108 changes: 64 additions & 44 deletions get-customer-instances/dist/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a9bd7be

Please sign in to comment.