On Tue, 3 Nov 2020 at 17:40, Martin Liška wrote:
>
> Hello.
>
> I would like to create a git tag for a point when we started
> using automatically-generated ChangeLog files. It's:
>
> cfdff3eeb902958d3eefe60d5712d64e2367843f
>
> and I would name it something like:
> misc/first-auto-changelog
>
> ?

Seems like a good idea.

Are you asking how to do that?

git tag misc/first-auto-changelog cfdff3eeb902958d3eefe60d5712d64e2367843f
git push origin tag misc/first-auto-changelog

Reply via email to