Skip to content

Commit

Permalink
Merge pull request #48 from ansidev/hotfix/1.1.5
Browse files Browse the repository at this point in the history
Hotfix v1.1.5
  • Loading branch information
ansidev authored Jun 13, 2023
2 parents 564302a + 4a3c127 commit 39aef9a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/v1.1.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [v1.1.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5) (2023-06-13)

### Documentations

- **readme:** correct file names

Full Changelog: [v1.1.4...v1.1.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5)
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

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

## [v1.1.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5) (2023-06-13)

### Documentations

- **readme:** correct file names

Full Changelog: [v1.1.4...v1.1.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.4...v1.1.5)

## [v1.1.4](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.3...v1.1.4) (2023-06-13)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Since [v1.1.4](https://github.com/ansidev/sample-gitflow-release-workflows/relea

- Workflows

| Name | Description | File |
| --------------------------------- | -------------------------------------------- | ------------------------------------------------------------------------------------ |
| Create release PR | Automate creating a release/hotfix PR | [create_release_pr.yml](./.github/workflows/create_release_pr.yml) |
| Publish release | Automate publishing new release | [publish_release.yml](./.github/workflows/publish_release.yml) |
| Merge release/hotfix into develop | Automate merging release/hotfix into develop | [merge_release_into_develop.yml](./.github/workflows/merge_release_into_develop.yml) |
| Name | Description | File |
| --------------------------------- | -------------------------------------------- | -------------------------------------------------------------------------------------- |
| Create release PR | Automate creating a release/hotfix PR | [create_release_pr.yaml](./.github/workflows/create_release_pr.yaml) |
| Publish release | Automate publishing new release | [publish_release.yaml](./.github/workflows/publish_release.yaml) |
| Merge release/hotfix into develop | Automate merging release/hotfix into develop | [merge_release_into_develop.yaml](./.github/workflows/merge_release_into_develop.yaml) |

- You have to update below env variables if necessary

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5

0 comments on commit 39aef9a

Please sign in to comment.