On 11/3/20 7:43 PM, Jonathan Wakely wrote:
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?
Hello.
Yes.
git tag misc/first-auto-changelog cfdff3eeb902958d3eefe60d5712d64e2367843f
git push origin tag misc/first-auto-changelog
I've just done that. -s option was necessary for the tag creation.
Martin