File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v1.1.5] ( https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5 ) (2023-06-13)
2
+
3
+ ### Documentations
4
+
5
+ - ** readme:** correct file names
6
+
7
+ Full Changelog: [ v1.1.4...v1.1.5] ( https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5 )
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
6
6
7
+ ## [ v1.1.5] ( https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5 ) (2023-06-13)
8
+
9
+ ### Documentations
10
+
11
+ - ** readme:** correct file names
12
+
13
+ Full Changelog: [ v1.1.4...v1.1.5] ( https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5 )
14
+
7
15
## [ v1.1.4] ( https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.3...v1.1.4 ) (2023-06-13)
8
16
9
17
### Bug Fixes
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
Original file line number Diff line number Diff line change 1
- 1.1.4
1
+ 1.1.5
You can’t perform that action at this time.
0 commit comments