chore: revert changelog and release changes, keep test timeout update#646
Merged
demeyerthom merged 1 commit intomainfrom Apr 3, 2026
Merged
chore: revert changelog and release changes, keep test timeout update#646demeyerthom merged 1 commit intomainfrom
demeyerthom merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Reverts previously committed release/changelog updates by removing the generated v1.21.2 entry from CHANGELOG.md and restoring the underlying dependency notes as Changie “unreleased” change fragments.
Changes:
- Remove
v1.21.2 - 2026-04-03section fromCHANGELOG.md. - Add multiple
.changes/unreleased/*.yamldependency entries so Changie can re-generate release notes later. - Adjust early-history changelog content near
0.1.0(currently introduces a duplicated entry that needs cleanup).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Removes v1.21.2 section; currently contains duplicated 0.1.0 sections. |
| .changes/unreleased/Dependency-20260403-115852.yaml | Adds unreleased dependency note (“Updated go version and dependencies”). |
| .changes/unreleased/Dependency-20260402-004504.yaml | Adds unreleased dependency note for GitHub Actions group bump. |
| .changes/unreleased/Dependency-20260101-200606.yaml | Adds unreleased dependency note for GitHub Actions group bump. |
| .changes/unreleased/Dependency-20260101-200140.yaml | Adds unreleased dependency note for Go group bump. |
| .changes/unreleased/Dependency-20251101-200604.yaml | Adds unreleased dependency note for git-auto-commit-action bump. |
| .changes/unreleased/Dependency-20251101-200139.yaml | Adds unreleased dependency note for Go group bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
684
to
+689
| * `commercetools_api_extension` | ||
| * `commercetools_subscription` | ||
| * `commercetools_project_settings` | ||
|
|
||
| ## 0.1.0 (2018-09-14) | ||
| ### Added |
There was a problem hiding this comment.
There are two consecutive ## 0.1.0 (2018-09-14) sections with overlapping content. This will render a duplicated version entry in the changelog; please remove one of them and keep a single, consistent 0.1.0 entry (either the plain bullets or the 'New resource:' format).
Suggested change
| * `commercetools_api_extension` | |
| * `commercetools_subscription` | |
| * `commercetools_project_settings` | |
| ## 0.1.0 (2018-09-14) | |
| ### Added |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #
NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS