Skip to content

Create v0.1.5 release PR metadata updates#211

Merged
nev21 merged 4 commits into
mainfrom
copilot/create-release-pr-v0-1-5
May 14, 2026
Merged

Create v0.1.5 release PR metadata updates#211
nev21 merged 4 commits into
mainfrom
copilot/create-release-pr-v0-1-5

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown
Contributor

This PR prepares the repository for the v0.1.5 release by applying the coordinated version/documentation/changelog updates required for a release PR. It aligns package versions, internal pins, and published guidance in one change set.

  • Version alignment across monorepo

    • Bumped release version to 0.1.5 in:
      • root package.json
      • lib/coverage-tools/package.json
      • lib/pre-proc/package.json
      • lib/publish-npm/package.json
  • Cross-package devDependency pin updates

    • Updated exact internal devDependency pins to 0.1.5:
      • @nevware21/publish-npm in lib/coverage-tools/package.json
      • @nevware21/coverage-tools and @nevware21/publish-npm in lib/pre-proc/package.json
  • README quick-start version guidance

    • Updated recommended install ranges to >= 0.1.5 < 2.x in:
      • lib/coverage-tools/README.md
      • lib/publish-npm/README.md
  • Changelog release cut

    • Moved current # Unreleased changelog content into a new:
      • # v0.1.5 May 13th, 2026
    • Added compare link:
      • https://github.com/nevware21/ts-build-tools/compare/0.1.4...0.1.5
    • Reset # Unreleased to an empty ## Changelog section for next iteration.
{
  "version": "0.1.5",
  "devDependencies": {
    "@nevware21/coverage-tools": "0.1.5",
    "@nevware21/publish-npm": "0.1.5"
  }
}

Copilot AI linked an issue May 13, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Create a release PR for v0.1.5 Create v0.1.5 release PR metadata updates May 13, 2026
Copilot AI requested a review from nev21 May 13, 2026 04:47
Copilot finished work on behalf of nev21 May 13, 2026 04:47
@nev21 nev21 marked this pull request as ready for review May 13, 2026 06:04
@nev21 nev21 requested review from a team as code owners May 13, 2026 06:04
Copilot AI review requested due to automatic review settings May 13, 2026 06:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the ts-build-tools Rush monorepo for the v0.1.5 release by aligning package versions, updating internal cross-package pins, refreshing README install guidance, and cutting a v0.1.5 changelog entry.

Changes:

  • Bump versions to 0.1.5 across root and package package.json files.
  • Update internal devDependency exact pins to 0.1.5 and adjust README “Quick Start” version ranges.
  • Cut CHANGELIST.md from Unreleased into v0.1.5 with a compare link; update Rush shrinkwrap integrity entries.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Bumps root version to 0.1.5.
lib/publish-npm/package.json Bumps package version to 0.1.5.
lib/pre-proc/package.json Bumps package version and updates internal devDependency pins to 0.1.5.
lib/coverage-tools/package.json Bumps package version and updates internal devDependency pin to 0.1.5.
lib/publish-npm/README.md Updates recommended install range to >= 0.1.5 < 2.x.
lib/coverage-tools/README.md Updates recommended install range to >= 0.1.5 < 2.x.
CHANGELIST.md Adds v0.1.5 section and resets Unreleased content.
common/config/rush/npm-shrinkwrap.json Updates Rush shrinkwrap integrity and includes a yaml transitive version bump.
Files not reviewed (1)
  • common/config/rush/npm-shrinkwrap.json: Language not supported
Comments suppressed due to low confidence (1)

common/config/rush/npm-shrinkwrap.json:7924

  • This section also reflects the yaml 2.8.4 → 2.9.0 bump. If the yaml upgrade is intentional, consider calling it out explicitly in the PR description/changelog; if not, revert/regenerate the shrinkwrap to keep release PRs limited to version/pin updates.

Comment thread common/config/rush/npm-shrinkwrap.json

@nevware21-bot nevware21-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Approved by nevware21-bot

@nev21 nev21 merged commit 3f35e78 into main May 14, 2026
12 checks passed
@nev21 nev21 deleted the copilot/create-release-pr-v0-1-5 branch May 14, 2026 01:43
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.

Create a Release PR

4 participants