diff --git a/.changes/v1.1.5.md b/.changes/v1.1.5.md new file mode 100644 index 0000000..92eb683 --- /dev/null +++ b/.changes/v1.1.5.md @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ab428..222015e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7f4fcc2..bce0eea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index 65087b4..e25d8d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 +1.1.5