Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A wp-plugin-publish script would be awesome to pair string updates with the tagging process. #45

Open
whyisjake opened this issue Jun 3, 2020 · 2 comments
Labels
needs:discussion This requires discussion to determine next steps. type:enhancement New feature or request.

Comments

@whyisjake
Copy link

Is your enhancement related to a problem? Please describe.
Replacing all of the strings for a version can be problematic. A user needs to find all of the strings and ensure that they are updated correctly.

Describe the solution you'd like
As a precommit action, all of the strings are updated to the proposed tag.

Describe alternatives you've considered
Manual operation, since a bunch of sed commands are prolly overkill here.

@whyisjake whyisjake added the type:enhancement New feature or request. label Jun 3, 2020
@whyisjake
Copy link
Author

Something similar to https://docs.npmjs.com/cli/publish would be cool

@jeffpaul jeffpaul added this to the Future Release milestone Jan 5, 2022
@jeffpaul jeffpaul added the needs:discussion This requires discussion to determine next steps. label Jan 5, 2022
@johnbillion
Copy link

I use version-bump-prompt for this, with convenience scripts for patch, minor, and major updates: https://github.com/johnbillion/wp-crontrol/blob/649e07dc353ba3f0146e89004ae33742fba216c1/package.json#L16-L20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:discussion This requires discussion to determine next steps. type:enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants