File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Since [v1.1.4](https://github.com/ansidev/sample-gitflow-release-workflows/relea
24
24
25
25
- Workflows
26
26
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 ) |
27
+ | Name | Description | File |
28
+ | --------------------------------- | -------------------------------------------- | -------------------------------------------------------------------------------------- |
29
+ | Create release PR | Automate creating a release/hotfix PR | [ create_release_pr.yaml ] ( ./.github/workflows/create_release_pr.yaml ) |
30
+ | Publish release | Automate publishing new release | [ publish_release.yaml ] ( ./.github/workflows/publish_release.yaml ) |
31
+ | Merge release/hotfix into develop | Automate merging release/hotfix into develop | [ merge_release_into_develop.yaml ] ( ./.github/workflows/merge_release_into_develop.yaml ) |
32
32
33
33
- You have to update below env variables if necessary
34
34
You can’t perform that action at this time.
0 commit comments