Closed
Description
We need to be able to query github for issues fixed in specific Firebug release (needed for release notes).
Every issue fixed in specific release will have a comment with the following tag:
$
So, in case an issue has been fixed in Firebug 3 alpha 3 it will be:
$fixed firebug-3.0.0-alpha.3
(the value corresponds to the git tag and version string that is used for the release)
Honza