Re: Automatic ChangeLog
Michael Poole <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
Sylvain Beucler writes:
> Hi,
>
> How do you make tla automatically update ChangeLog files?
>
> I never figured out how to do so :)
If you use tagline tagging, just run "tla changelog > ChangeLog". If
you use explicit tagging, use
"tla add -i automatic-ChangeLog--${ARCHIVE}/${QUALIFIED_VERSION} ChangeLog"
Obviously, you can use some name for the file other than ChangeLog. I
am not sure about names or implicit tagging methods.
If tla sees a file with the automatic-ChangeLog inventory ID
corresponding to the target archive and version, it inserts the
changelog message at the appropriate place in the file.
Michael Poole