Skip to content

Commit 39aef9a

Browse files
authored
Merge pull request #48 from ansidev/hotfix/1.1.5
Hotfix v1.1.5
2 parents 564302a + 4a3c127 commit 39aef9a

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.changes/v1.1.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

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+
715
## [v1.1.4](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.3...v1.1.4) (2023-06-13)
816

917
### Bug Fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Since [v1.1.4](https://github.com/ansidev/sample-gitflow-release-workflows/relea
2424

2525
- Workflows
2626

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) |
3232

3333
- You have to update below env variables if necessary
3434

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.4
1+
1.1.5

0 commit comments

Comments
 (0)