Skip to content

Commit bd62d5a

Browse files
committed
docs: update README.md
1 parent 03f2435 commit bd62d5a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ Sample Gitflow release workflow using GitHub Actions and official [GitHub CLI](h
2222

2323
- Workflows
2424

25-
| Name | Description | File |
26-
| ----------------------- | ------------------------------ | -------------------------------------------------------------------------------- |
27-
| Release | Automate releasing | [release.yaml](./.github/workflows/release.yaml) |
28-
| Draft Release/Hotfix PR | Automate drafting a release PR | [draft_release_hotfix_pr.yaml](./.github/workflows/draft_release_hotfix_pr.yaml) |
25+
| Name | Description | File |
26+
| -------------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
27+
| Release | Automate releasing | [release.yaml](./.github/workflows/release.yaml) |
28+
| Auto merge release/hotfix into develop | Automate merging release/hotfix PR into develop | [auto_merge_release_hotfix_into_develop.yaml](./.github/workflows/auto_merge_release_hotfix_into_develop.yaml) |
29+
| Draft release/hotfix PR | Automate drafting a release/hotfix PR | [draft_release_hotfix_pr.yaml](./.github/workflows/draft_release_hotfix_pr.yaml) |
2930

3031
- You have to update below env variables if necessary
3132

0 commit comments

Comments
 (0)