Changeset 1135341
- Timestamp:
- 04/15/2015 10:17:08 AM (11 years ago)
- File:
-
- 1 edited
-
allthecontent/trunk/README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
allthecontent/trunk/README.md
r1135309 r1135341 48 48 49 49 * update the "stable" version number in the readme.txt file 50 51 > nano trunk/readme.txt 52 53 * update the version number in the plugin's indexphp file, which I think is the version number that displays 54 55 > nano trunk/index.php 56 50 57 * make a new tagged release in SVN with that version number 51 * update the version number in the plugin's main .php file, which I think is the version number that displays 52 * 58 59 > svn cp trunk tags/0.1.1 60 61 * commit change 62 63 > svn ci -m "tagging version 0.1.1" 53 64 54 65 ### Create a tag
Note: See TracChangeset
for help on using the changeset viewer.