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

Use grunt for SVN deploys #125

Closed
wants to merge 3 commits into from

Conversation

frankiejarrett
Copy link
Contributor

Related to #41, not fully-automated.

@danielbachhuber You may already have a consistent way of doing releases that just isn't visible from this repo. If so, feel free to close this PR, and I can re-issue with just the readme.md file improvements.


To bump the plugin version and perform a release tag:

cd wp-content/plugins/wp-lcache
git checkout master
npm version {major|minor|patch}

Once the release tag builds pass, deploy to WordPress.org:

echo fjarrett > svn-username
grunt deploy

@danielbachhuber
Copy link
Member

You may already have a consistent way of doing releases that just isn't visible from this repo.

Manually, but it includes some steps that aren't easily scriptable.

If so, feel free to close this PR, and I can re-issue with just the readme.md file improvements.

That'd be great, thanks!

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