Skip to content

feat: improve version bump workflow for PRs#3

Open
Slashmsu wants to merge 13 commits into
mainfrom
adds-dark-image
Open

feat: improve version bump workflow for PRs#3
Slashmsu wants to merge 13 commits into
mainfrom
adds-dark-image

Conversation

@Slashmsu
Copy link
Copy Markdown
Contributor

  • Changed workflow trigger to run on PR open/sync instead of merge to enable pre-merge version bumps
  • Added version bump skip detection to prevent duplicate version increases
  • Modified commit/push logic to update PR branch instead of base branch
  • Removed tag creation step since versions are now managed within PRs
  • Updated PR comment to reflect new workflow behavior
  • Added ref specification to checkout action to properly handle PR branches

Slashmsu and others added 2 commits October 23, 2025 23:06
- Changed workflow trigger to run on PR open/sync instead of merge to enable pre-merge version bumps
- Added version bump skip detection to prevent duplicate version increases
- Modified commit/push logic to update PR branch instead of base branch
- Removed tag creation step since versions are now managed within PRs
- Updated PR comment to reflect new workflow behavior
- Added ref specification to checkout action to properly handle PR branches
@github-actions
Copy link
Copy Markdown

🎉 Version bumped to 0.2.0 as part of this PR

Slashmsu and others added 2 commits October 23, 2025 23:12
- Moved version bump job from separate workflow into main ci.yml
- Added dependency on test and lint jobs to ensure version bump only runs after successful checks
- Updated Node.js version from 18 to 20.x for version bump step
- Improved PR comment message for version bump notifications
- Removed redundant version-bump.yml workflow file
- Added conditional to only run version bump on PRs targeting main/master branches
@github-actions
Copy link
Copy Markdown

🎉 Version bumped to 0.3.0 after tests passed successfully!

@Slashmsu Slashmsu self-assigned this Oct 23, 2025
@Slashmsu Slashmsu requested a review from ggulpari October 23, 2025 21:14
ggulpari
ggulpari previously approved these changes Oct 23, 2025
- Updated package version from 0.3.0 to 0.3.1 in package.json
ggulpari
ggulpari previously approved these changes Oct 23, 2025
@github-actions
Copy link
Copy Markdown

🎉 Version bumped to 0.4.0 after tests passed successfully!

@github-actions
Copy link
Copy Markdown

🎉 Version bumped to 0.5.0 after tests passed successfully!

Slashmsu and others added 2 commits October 23, 2025 23:41
- Changed version from 0.5.0 to 0.4.2 in package.json
- Updated main extension icon path to use icons/logo-dark.png
- Swapped light/dark theme icon assignments in package.json
- Updated tsconfig.tsbuildinfo to include additional TypeScript declaration files
@github-actions
Copy link
Copy Markdown

🎉 Version bumped to 0.5.0 after tests passed successfully!

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