Opened 4 years ago
Closed 3 years ago
#5317 closed defect (bug) (fixed)
Language Pack generation: not triggered when tag is created before it is marked as latest stable
Reported by: | jeherve | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description (last modified by )
Steps to reproduce
- Start with a plugin that needs updating, from version 1.0 to 1.1 for example.
svn ci
all changes totrunk
, but do not update the stable tag intrunk/readme.txt
just yet- Edit the readme.txt file and update the Stable tag to 1.1. Save your changes.
svn cp
all of trunk into a new directory for the 1.1 tag.- At this point, 1.1 is tagged.
- Do some testing to ensure that this tagged version looks good and works well.
- When you are satisfied with your changes, edit
trunk/readme.txt
to change the latest stable tag to1.1
. - Commit your changes.
- At this point, the new version becomes available to users of your plugin.
This process is a bit more involved than the "standard" way of doing things:
svn ci
all changes (including the stable tag update in readme.txt)svn cp
all of trunk into a new directory for the 1.1 tag.- The new version becomes available.
It is, however, a good way to test out the new version of the plugin before to make it available to everyone. It works well, too, except for one problem:
When doing this that way, strings are not moved from the Development version to Stable in translate.wordpress.org, and no language packs are generated.
Previous discussion on this topic:
Change History (3)
Note: See
TracTickets for help on using
tickets.
I can't edit the ticket description anymore, but I should have added step 8 here.