diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44bdf13..c1f5916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,7 @@ jobs: name: ${{ steps.get_next_version.outputs.version }} body: ${{ steps.changelog.outputs.changes }} token: ${{ secrets.GITHUB_TOKEN }} + tag: ${{ steps.get_next_version.outputs.version }} - name: Commit CHANGELOG.md if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d35385..295f062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.1.0] - 2024-04-26 +### :sparkles: New Features +- [`8fa1a41`](https://github.com/alex289/CleanArchitecture/commit/8fa1a41c0971dd04a1c40247387cce1712052522) - Use new action to calculate next version *(commit by @alex289)* + +### :bug: Bug Fixes +- [`de84008`](https://github.com/alex289/CleanArchitecture/commit/de840088455b5879361b4c226b344e528164882d) - Set git config to push tag *(commit by @alex289)* + +### :wrench: Chores +- [`93e1e3b`](https://github.com/alex289/CleanArchitecture/commit/93e1e3ba564e7876680d4b18ea4014ba9fa80002) - Add labels to workflow checkout steps *(commit by @alex289)* + + ## [v1.0.0] - 2024-03-23 _This is the initial release._ [v1.0.0]: https://github.com/alex289/CleanArchitecture/commits/v1.0.0 +[v1.1.0]: https://github.com/alex289/CleanArchitecture/compare/v1.0.0...v1.1.0 \ No newline at end of file