Skip to content

Commit 1fa91a1

Browse files
t-kikucpipecd-bot
authored andcommitted
update RELEASE to v0.50.2 with doc update (#5571)
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com> Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
1 parent a84ad34 commit 1fa91a1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by `make release` command.
22
# DO NOT EDIT.
3-
tag: v0.50.1
3+
tag: v0.50.2
44

55
releaseNoteGenerator:
66
showCommitter: false

docs/content/en/docs-v0.50.x/user-guide/plan-preview.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ pipectl plan-preview \
3838
--repo-remote-url={ REPO_REMOTE_GIT_SSH_URL } \
3939
--head-branch={ HEAD_BRANCH } \
4040
--head-commit={ HEAD_COMMIT } \
41-
--base-branch={ BASE_BRANCH }
41+
--base-branch={ BASE_BRANCH } \
42+
--sort-label-keys={ SORT_LABEL_KEYS }
4243
```
4344

4445
You can run it locally or integrate it to your CI system to run automatically when a new pull request is opened/updated. Use `--help` to see more options.
@@ -47,6 +48,13 @@ You can run it locally or integrate it to your CI system to run automatically wh
4748
pipectl plan-preview --help
4849
```
4950

51+
### Order of the results
52+
53+
By default, the results are sorted by PipedID and Application Name.
54+
55+
If you want to sort the results by labels, add `--sort-label-keys` option. For example, when you run with `--sort-label-keys=env,team`, the results will be sorted by PipedID, `env` label, `team` label, and then Application Name.
56+
57+
5058
## GitHub Actions
5159

5260
If you are using GitHub Actions, you can seamlessly integrate our prepared [actions-plan-preview](https://github.com/pipe-cd/actions-plan-preview) to your workflows. This automatically comments the plan-preview result on the pull request when it is opened or updated. You can also trigger to run plan-preview manually by leave a comment `/pipecd plan-preview` on the pull request.

0 commit comments

Comments
 (0)