Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/generate-changelog.sh: Fix arguments #207

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PLangowski
Copy link
Collaborator

No description provided.

Copy link
Contributor

@m-iwanicki m-iwanicki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b0fa16a2d27..45c341d4c87b 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](https://keepachangelog.com/en/1.0.0/).

+## [2.1.2] - 2024-12-18
+
+### Changed
+- .github/workflows/test.yml: Improve test workflow (#200)
+- scripts/generate-changelog.sh: Fix arguments
+- wip
+
+
 ## [2.1.1] - 2024-12-13

 ### Added

Doesn't create links:

$ tail -52 CHANGELOG.md | head -5
- Initial public release
- Fix README

[2.1.1]: https://github.com/Dasharo/meta-dts/compare/v2.1.0..v2.1.1
[2.1.0]: https://github.com/Dasharo/meta-dts/compare/v2.0.1-rc3..v2.1.0

Those would need to be added manually, by script (e.g. sed to insert after/before some line) or remove links completely.

@PLangowski
Copy link
Collaborator Author

@m-iwanicki Copy your question to the issue so that it can be discussed there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants