This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
This file contains 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
Bluehost Brand Plugin
|
Project |
Bluehost Brand Plugin
|
Branch Review |
add/version-bump-script
|
Run status |
|
Run duration | 34m 37s |
Commit |
|
Committer | Evan Mullins |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
2
|
|
32
|
|
0
|
|
415
|
View all changes introduced in this branch ↗︎ |
Bluehost Brand Plugin
|
Project |
Bluehost Brand Plugin
|
Branch Review |
add/version-bump-script
|
Run status |
|
Run duration | 32m 27s |
Commit |
|
Committer | Evan Mullins |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
2
|
|
32
|
|
0
|
|
415
|
View all changes introduced in this branch ↗︎ |
This was referenced Dec 5, 2024
* develop: NPM Dev(deps-dev): Bump cypress from 13.16.0 to 13.16.1 NPM(deps): Bump @heroicons/react from 2.1.5 to 2.2.0 NPM Dev(deps-dev): Bump tailwindcss from 3.4.15 to 3.4.16 NPM(deps): Bump @wordpress/i18n from 5.12.0 to 5.13.0 NPM(deps): Bump react-router-dom from 6.28.0 to 7.0.2
wpscholar
approved these changes
Dec 6, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Proposed changes
This is a step in the direction of automating our releases. A script to bump the version number in the package file and the plugin file. I figured since we wanted a workflow that would issue a release, this may be the first step in getting there, since our projects are not consistent on where version updates are required in code, we will likely need something per repo that does the bump and then a workflow that can run the script.
This first bumps the version in the package and plugin file, and then clears any previous builds, creates a fresh build, and updates the i18n file(s). These are repetitive manual steps that are nice to automate with a command.
The command can be run individually and defaults to a patch release, but can be either major, minor, or patch (default).
How to use:
Type of Change
Checklist
Further comments