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

["FEAT"] Deploy changes to SVN repo on release #97

Open
felipemontoya opened this issue Sep 30, 2024 · 1 comment · May be fixed by #103
Open

["FEAT"] Deploy changes to SVN repo on release #97

felipemontoya opened this issue Sep 30, 2024 · 1 comment · May be fixed by #103
Assignees
Labels
enhancement Relates to new features or improvements to existing features

Comments

@felipemontoya
Copy link
Member

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:

@felipemontoya felipemontoya added the enhancement Relates to new features or improvements to existing features label Sep 30, 2024
@felipemontoya
Copy link
Member Author

felipemontoya commented Oct 2, 2024

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>"

@MaferMazu MaferMazu linked a pull request Nov 18, 2024 that will close this issue
4 tasks
@MaferMazu MaferMazu linked a pull request Nov 18, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Relates to new features or improvements to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants