Skip to content

docs(changelog): cut 1.7.0#35

Merged
danielmeppiel merged 2 commits into
mainfrom
release/v1.7.0
May 7, 2026
Merged

docs(changelog): cut 1.7.0#35
danielmeppiel merged 2 commits into
mainfrom
release/v1.7.0

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Why

Cuts the v1.7.0 release covering the v0.12.3 fallout fixes:

CHANGELOG entry follows the existing Keep-a-Changelog format and includes a brief "Why these changes" rationale matching prior releases.

How to release

After merge, tag and push from main:

git checkout main && git pull
git tag -a v1.7.0 -m "Release v1.7.0"
git push origin v1.7.0

The release workflow in ci.yml will:

  1. Force-update the v1 floating tag to the new commit.
  2. Create a GitHub Release from the tag with auto-generated notes.

No package.json bump needed — the action is tag-versioned, not npm-versioned.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 7, 2026 10:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Cuts the v1.7.0 release entry in CHANGELOG.md, documenting the recent isolated-mode target propagation + target input validation hardening and the apm-version default pin.

Changes:

  • Add a 1.7.0 changelog section describing the target propagation fix and target input allowlist validation.
  • Document the apm-version default pin to 0.12.3 and removal of the vscode target alias from docs.
  • Add rationale in a “Why these changes” subsection.
Show a summary per file
File Description
CHANGELOG.md Adds the 1.7.0 release notes and rationale for the fixes shipped in PRs #33 and #34.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comments suppressed due to low confidence (1)

CHANGELOG.md:28

  • Link reference definitions for PRs are otherwise grouped at the end of the file (e.g., [#2][#31]). Consider moving [#33] / [#34] down into that existing reference list to keep the changelog structure consistent and avoid scattering link definitions through the document.
[#33]: https://github.com/microsoft/apm-action/pull/33
[#34]: https://github.com/microsoft/apm-action/pull/34
  • Files reviewed: 1/1 changed files
  • Comments generated: 2

Comment thread CHANGELOG.md
Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@danielmeppiel danielmeppiel merged commit 6c51f9e into main May 7, 2026
9 checks passed
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