-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeveloper.txt
43 lines (36 loc) · 1.18 KB
/
developer.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
1. Fetch from server to local
svn co https://plugins.svn.wordpress.org/retainful-next-order-coupon-for-woocommerce retainful-next-order-coupon-for-woocommerce
2. Add all New Files
svn add trunk/*
3. Commit code
svn ci -m 'Adding first version of my plugin'
or
svn ci -m 'v2.6.39 release' --username retainful
4. check upto date code
svn up
5. check stat and different in file
svn stat
svn diff
6. Tagging New Version
svn cp trunk tags/2.6.39
svn ci -m "tagging version 2.6.39"
Release Checklist:
==================
1. Check all pull-request merge to master-release branch
2. Pull master-release branch in local
3. Code change in retainful-next-order-coupon-for-woocommerce.php
1. Plugin version (2 place)
2. Woocommerce version
4. Content change in readme.txt
1. Plugin version
2. Woocommerce version
3. WordPress version
4. Change log of current version
5. Update Developer.txt command plugin version
6. Run retainful.sh file
7. Copy Generated file to svn trunk folder
8. Run svn commit command
9. Check svn stat, diff using svn command
10. Copy command for "trunk" folder to New tag folder using svn command
11. Commit tag folder using svn command
===== All process done ========