Skip to content

Commit 368d104

Browse files
committed
docs(readme): update README.md
1 parent 8a60bcb commit 368d104

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
Sample Gitflow release workflow using GitHub Actions and official [GitHub CLI](https://cli.github.com/manual/).
77

8+
Since [v1.1.4](https://github.com/ansidev/sample-gitflow-release-workflows/releases/tag/v1.1.4), I created [Gitflow GitHub Actions](https://github.com/ghacts/gitflow) for reusing and applied them in this repository.
9+
810
## Features
911

1012
- Auto create a draft PR on pushing new branch `release/**` or `hotfix/**`.
@@ -22,18 +24,16 @@ Sample Gitflow release workflow using GitHub Actions and official [GitHub CLI](h
2224

2325
- Workflows
2426

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) |
27+
| Name | Description | File |
28+
| --------------------------------- | -------------------------------------------- | ------------------------------------------------------------------------------------ |
29+
| Create release PR | Automate creating a release/hotfix PR | [create_release_pr.yml](./.github/workflows/create_release_pr.yml) |
30+
| Publish release | Automate publishing new release | [publish_release.yml](./.github/workflows/publish_release.yml) |
31+
| Merge release/hotfix into develop | Automate merging release/hotfix into develop | [merge_release_into_develop.yml](./.github/workflows/merge_release_into_develop.yml) |
3032

3133
- You have to update below env variables if necessary
3234

3335
| Environment variable | Description | Default value |
3436
| -------------------- | ---------------------- | ------------- |
35-
| BRANCH_MAIN | The main branch | `main` |
36-
| BRANCH_DEVELOP | The develop branch | `develop` |
3737
| TAG_PREFIX | The prefix for git tag | `v` |
3838

3939
**Note**: If you don't use the above default values, you have to update corresponding values for the workflow(s).

0 commit comments

Comments
 (0)