You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toys-release/CHANGELOG.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
### v0.3.0 / 2025-12-06
4
4
5
-
* BREAKING CHANGE: Remove component types to simplify configuration mechanism
6
-
* ADDED: Provided a gen-config tool
7
-
* ADDED: Support different options for handling collisions during file copies
8
-
* ADDED: Support for per-component overrides of commit tag behavior
9
-
* ADDED: Remove component types to simplify configuration mechanism
10
-
* ADDED: Check for unknown or misspelled keys when loading configuration
11
-
* ADDED: The gen-config tool now generates git_user_name and git_user_email fields
12
-
* ADDED: Update the release pull request when the release automation starts
13
-
* DOCS: Initial work on the users guide
5
+
This release includes fairly substantial changes, a few of them breaking, to the configuration mechanism:
6
+
* Component types have been removed. You can customize the pipeline for specific components, but there are no longer any predefined "categories" of components.
7
+
* Commit tag handling can be overridden for specific components.
8
+
* Added a configuration to control how collisions during file copies (in inputs and outputs) are resolved.
9
+
* Unknown or misspelled keys in the configuration now trigger an error.
10
+
11
+
Aditional changes:
12
+
* Renamed the gen-settings tool to gen-config and expanded its capabilities, including generating git_user_name and git_user_email.
13
+
* When the release automation starts, it posts a comment on the release pull request with a link to its logs.
0 commit comments