Skip to content

chore: remove preview bump type from release workflow#847

Open
jesseturner21 wants to merge 1 commit intomainfrom
remove-preview-bump-type
Open

chore: remove preview bump type from release workflow#847
jesseturner21 wants to merge 1 commit intomainfrom
remove-preview-bump-type

Conversation

@jesseturner21
Copy link
Copy Markdown
Contributor

Summary

  • Removed preview and preview-major options from the release workflow dispatch inputs
  • Removed all preview versioning logic from scripts/bump-version.ts (type, parsing, formatting, bump cases, help text, validation)
  • Preview versioning is no longer used; remaining bump types: patch, minor, major, prerelease

Test plan

  • Verified npx tsx scripts/bump-version.ts patch --dry-run works correctly
  • Pre-commit hooks pass (prettier, eslint, typecheck, secretlint)
  • CI checks pass

Preview versioning is no longer used. Remove the preview and
preview-major options from the release workflow dispatch and
all supporting logic in the bump-version script.
@jesseturner21 jesseturner21 requested a review from a team April 14, 2026 22:29
@github-actions github-actions bot added the size/s PR size: S label Apr 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.8.0.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-847-tarball/aws-agentcore-0.8.0.tgz

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 44.57% 7062 / 15842
🔵 Statements 44.05% 7493 / 17009
🔵 Functions 41.98% 1262 / 3006
🔵 Branches 43.59% 4752 / 10900
Generated in workflow #1774 for commit 3ad082c by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s PR size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant