04-11-2018, 09:53 PM
I am working on a new changelog, in markdown format.
I have been experimenting with git log, for quickly generating change notes in tabular markdown format, which can then be manually appended to the changelog.
The beginnings of the new changelog can be found here.
When running git log, I limit the 'timeframe' to particular commits, but it is necessary to know the commit references before doing this.
It would be more convenient if I could run the git log query between/since a release tag.
I have successfully pushed a tag to the 4.14.1 release commit on my fork. It it appears to be fine.
Does anyone have any experience with using git tags? Are there any downside to their use, or any watch-outs?
Andy.
I have been experimenting with git log, for quickly generating change notes in tabular markdown format, which can then be manually appended to the changelog.
The beginnings of the new changelog can be found here.
When running git log, I limit the 'timeframe' to particular commits, but it is necessary to know the commit references before doing this.
It would be more convenient if I could run the git log query between/since a release tag.
I have successfully pushed a tag to the 4.14.1 release commit on my fork. It it appears to be fine.
Does anyone have any experience with using git tags? Are there any downside to their use, or any watch-outs?
Andy.