actions icon indicating copy to clipboard operation
actions copied to clipboard

Added a optional parameter to define a fixed tag for changelog generation

Open turleypol opened this issue 5 years ago • 5 comments

When doing with your action an automatic "nightly" release with a fixed tag name it currently only generates the changelog between current and old tag. For this usecase its better to have an additional parameter to define a fixed tag as changelog reference.

turleypol avatar Mar 12 '21 21:03 turleypol

I think this might be related to https://github.com/marvinpinto/actions/issues/68. I want to think about what the API will look like before adding more options. I'll leave this open for now.

marvinpinto avatar Mar 23 '21 14:03 marvinpinto

+1 on this, it would be really valuable to be able to specify the previous tag the changelog should be generated from

kian2attari avatar Jul 15 '21 20:07 kian2attari

This would likely also be valuable for #16 and #212

kian2attari avatar Jul 15 '21 21:07 kian2attari

having a possibility to define something like HEAD~1 would be very nice, when is repository often rebased against some upstream project, where the commit diff can be huge.

okias avatar Jul 30 '21 20:07 okias

@marvinpinto any chances to see this picked up again? What API would you like instead? I could maybe work on something.

stefanotorresi avatar Sep 30 '21 17:09 stefanotorresi