Version 4 (modified by 11 years ago) (diff) | ,
---|
Contents
VCS Release Info Macro
Description
VCS Release Info macro takes list of tags from your project VCS and formats the list.
Tested with Trac 0.11, 0.12, 1.0.1 with SVN backend, other VCS systems need porting code.
It requires your VCS being formated as:
- project
- project/trunk
- project/tags
- project/tags/0.11
- project/tags/0.12
Bugs/Feature Requests
Existing bugs and feature requests for VcsReleaseInfoMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:vcsreleaseinfomacro here].
Source
You can check out VcsReleaseInfoMacro from here using Subversion, or browse the source with Trac.
Example
[[VcsReleaseInfoMacro(project)]]
Recent Changes
- 15264 by rjollos on 2016-02-11 04:22:34
-
Remove unnecessary svn:mime-type on py files
svn:mime-type was set to "plain" for many files.
- 13998 by glen on 2014-07-04 14:52:19
-
skip changes link if no changes between tags
- 13988 by glen on 2014-06-19 20:36:38
-
disable changes link for trunk if there are no commits
(more)