We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like We need to be able to deploy the changes we are currently publishing as releases in https://github.com/openedx/openedx-wordpress-ecommerce/releases under the openedx-commerce.zip file into SVN.
Additional context We now own credentials to push SVN code to http://plugins.svn.wordpress.org/openedx-commerce
In comparing to https://plugins.svn.wordpress.org/woocommerce/ we need to fill in 3 of the dirs:
tags
The text was updated successfully, but these errors were encountered:
svn checkout https://plugins.svn.wordpress.org/openedx-commerce/ cd openedx-commerce make release shell cmd to copy the contents of release at /tags/<version_number> svn add tags/2.0.5/ svn remove trunk/* --force shell cmd to copy release at /trunk/ svn add trunk/* svn remove assets/* shell cmd to copy docs/wp-index-assets/ at /assets svn add assets/* svn commit --username {{ svn username }} -m "Release <version number>"
Sorry, something went wrong.
felipemontoya
MaferMazu
Successfully merging a pull request may close this issue.
Describe the solution you'd like
We need to be able to deploy the changes we are currently publishing as releases in https://github.com/openedx/openedx-wordpress-ecommerce/releases under the openedx-commerce.zip file into SVN.
Additional context
We now own credentials to push SVN code to http://plugins.svn.wordpress.org/openedx-commerce
In comparing to https://plugins.svn.wordpress.org/woocommerce/ we need to fill in 3 of the dirs:
tags
The text was updated successfully, but these errors were encountered: