-
Notifications
You must be signed in to change notification settings - Fork 51
More universal location for dot org assets, allows local assets folder #41
Conversation
Since 10up has created the GitHub Action for similar purposes, it seems this naming structure will be better. Fixes https://github.com/GaryJones/wordpress-plugin-svn-deploy/issues/31 fix typo
47ee954 to
24bae3d
Compare
GaryJones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The readme would also need updating.
Also, how about asking the user what the directory name is of their asserts directory, perhaps defaulting to .wordpress-org? (If so, another step in the readme would be needed).
|
I just updated the README. I also bumped the version as this would be a breaking change. I think we should commit to a standard, with respect to the location of the dot org assets. I don't believe we need to provide an option for the user to name their own repo folder containing objects that would need updating to SVN |
But, there is no standard.
The decision we make, is setting the default value. For any new users, that shows the intent, which I'm happy to follow. For any existing users who update to the major version, then being prompted allows them a quick way of still getting their deployment done without having to stop and start renaming their directory. |
|
I didn't mean to imply that That and we have at least one issue with a user wanting to have an It seems much more reasonable to default to something that isn't likely to be used for anything else, but I can certainly add a setting ask with |
|
@GaryJones Any thoughts as to which step number this should be? I'm thinking it's a new step 3 |
|
I'd say a new Q3 (after the current step 3, which is checking that the current Q2 is valid). |
|
How does this look? Seems to test out fine in a quick run without actual |
b6c9ca6 to
057b49b
Compare
|
I took out the linting updates as it distorted what we want to accomplish. |
|
Looks like we need a 3.1.0 tag before you tag a 4.0.0 ;-) |
|
So a 3.1.0 tag off the current I haven’t really tagged releases here just sort of bumped the occasional version number. 😉 Happy Christmas 🎄 |
|
Well, on those commits where you bumped the version, tag (oldest first) and push those tags, before doing 4.0 :-) |

Now uses
/.wordpress-orgas location for dot org assets. Since 10up has created the GitHub Action for similar purposes, it seems this naming structure will be better.Fixes https://github.com/GaryJones/wordpress-plugin-svn-deploy/issues/31