feat: improve version bump workflow for PRs#3
Open
Slashmsu wants to merge 13 commits into
Open
Conversation
Contributor
Slashmsu
commented
Oct 23, 2025
- 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
- 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
|
🎉 Version bumped to |
- 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
|
🎉 Version bumped to |
ggulpari
previously approved these changes
Oct 23, 2025
- Updated package version from 0.3.0 to 0.3.1 in package.json
ggulpari
previously approved these changes
Oct 23, 2025
|
🎉 Version bumped to |
|
🎉 Version bumped to |
- 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
|
🎉 Version bumped to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.