Skip to content

Commit 35c2ccf

Browse files
Merge pull request #59 from wcreateweb/3.5.2
Only ignore root config
2 parents 03388b8 + 0924cc1 commit 35c2ccf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.distignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test-results
1919

2020
# config & scripts
2121
bin
22-
config
22+
/config
2323

2424
# CI/config files
2525
.gitignore

RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Perform the following steps to release a new version of the plugin on wordpress.
1414
12. Delete everything in trunk `rm -rf <path-to-local-svn-repo/trunk/*`.
1515
13. Manually copy the Git release to the local Subversion repo: run following command under your Github repo: `rsync -av --delete --exclude-from='.distignore' ./ <path-to-local-svn-repo>/trunk/`.
1616
14. Go back to your svn repo and add new files `svn st | awk '/^\?/ { print $2; }' | xargs svn add`.
17+
15. Delete deleted files: `svn st | awk '/^!/ { print $2; }' | xargs svn rm`.
1718
16. To double check changes to the repo, check difference with `svn status`.
1819
17. Commit the trunk to Subversion: `svn ci -m "<message>"`.
1920
18. Tag the new release in Subversion and commit: `svn cp trunk tags/<version> && svn ci -m "<message>"`.

0 commit comments

Comments
 (0)