mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-04 04:22:56 +00:00
fix: Changelog and force push updated changelog
This commit is contained in:
parent
24ca653024
commit
2be109b468
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -69,3 +69,4 @@ jobs:
|
|||||||
branch: main
|
branch: main
|
||||||
commit_message: 'docs: update CHANGELOG.md for ${{ steps.get_next_version.outputs.version }} [skip ci]'
|
commit_message: 'docs: update CHANGELOG.md for ${{ steps.get_next_version.outputs.version }} [skip ci]'
|
||||||
file_pattern: CHANGELOG.md
|
file_pattern: CHANGELOG.md
|
||||||
|
push_options: '--force'
|
||||||
|
@ -4,6 +4,11 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [v1.1.1] - 2024-04-26
|
||||||
|
### :bug: Bug Fixes
|
||||||
|
- [`24ca653`](https://github.com/alex289/CleanArchitecture/commit/24ca6530244c667913d45ba78de1c5a1132ab905) - Changelog and creating release *(commit by @alex289)*
|
||||||
|
|
||||||
|
|
||||||
## [v1.1.0] - 2024-04-26
|
## [v1.1.0] - 2024-04-26
|
||||||
### :sparkles: New Features
|
### :sparkles: New Features
|
||||||
- [`8fa1a41`](https://github.com/alex289/CleanArchitecture/commit/8fa1a41c0971dd04a1c40247387cce1712052522) - Use new action to calculate next version *(commit by @alex289)*
|
- [`8fa1a41`](https://github.com/alex289/CleanArchitecture/commit/8fa1a41c0971dd04a1c40247387cce1712052522) - Use new action to calculate next version *(commit by @alex289)*
|
||||||
@ -20,3 +25,4 @@ _This is the initial release._
|
|||||||
|
|
||||||
[v1.0.0]: https://github.com/alex289/CleanArchitecture/commits/v1.0.0
|
[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
|
[v1.1.0]: https://github.com/alex289/CleanArchitecture/compare/v1.0.0...v1.1.0
|
||||||
|
[v1.1.1]: https://github.com/alex289/CleanArchitecture/compare/v1.1.0...v1.1.1
|
Loading…
Reference in New Issue
Block a user