0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-10 07:44:59 +00:00

fix: Changelog and creating release

This commit is contained in:
alex289 2024-04-26 11:50:45 +02:00
parent de84008845
commit 24ca653024
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863
2 changed files with 13 additions and 0 deletions

View File

@ -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' }}

View File

@ -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