Skip to content

Fix versioning workflow and major version bump#28

Merged
andrewh0 merged 2 commits intomainfrom
andrewh0/fix-major-versioning
Jan 23, 2026
Merged

Fix versioning workflow and major version bump#28
andrewh0 merged 2 commits intomainfrom
andrewh0/fix-major-versioning

Conversation

@andrewh0
Copy link
Copy Markdown
Owner

@andrewh0 andrewh0 commented Jan 23, 2026

Summary

Fixes PR #27 versioning issue where major releases weren't bumping to the next major version. Implements missing PR workflow to apply version labels from PR body checkboxes, reorders auto plugins for correct execution order, and bumps version to 2.0.0.

Change Type

Indicate the type of change your pull request is:

  • patch
  • minor
  • major
  • skip-release

- Update version to 2.0.0 in package.json, source CSS, and dist files
- Create PR workflow to apply version labels from PR body via auto pr-check
- Reorder .autorc plugins (npm, upload-assets, released, pr-body-labels)
- Simplify build script to use piped concatenation instead of temp files

This fixes PR #27 which was marked as major but only bumped to 1.2.3 instead of 2.0.0.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@github-actions github-actions Bot added the patch Increment the patch version when merged label Jan 23, 2026
Required for auto pr-check to post commit status.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@github-actions github-actions Bot added skip-release Preserve the current version when merged and removed patch Increment the patch version when merged labels Jan 23, 2026
@andrewh0 andrewh0 merged commit 8b706a5 into main Jan 23, 2026
8 checks passed
@andrewh0 andrewh0 deleted the andrewh0/fix-major-versioning branch January 23, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-release Preserve the current version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant