Open kotwanikunal opened 1 year ago
@kotwanikunal , can I pick this up?
@samuelorji Hey Samuel. Thank you for the help! I have assigned the issue to you. Please drop in a comment if you need any help with this.
@kotwanikunal , I'm trying to get an idea as to how I'm going to go about this.
I have a question though, it seems that there are no entries in the change log and readme for 1.x versions, so are we only interested in making these changes when there is a release that starts with 2.x
?
@samuelorji Yes. 1.x
is currently undergoing only security related patch changes and does not have a high velocity.
We can focus on main
and 2.x
@kotwanikunal, I think I have an idea on how to go about this. I have one issue however, looking at the github actions, it seems I can get the current version and next version. But how do I get the previous version ?
As an example, following this PR, the previous version was 2.8
and the current version (presumably parsed from the tag) was 2.10. So at runtime, how do I get the value of the previous version so that when I use sed
, I use that as the token to replace, perhaps from this file?
Or am I getting this wrong and the current version is in fact the older version and the next version is what's to be released? like in that PR, the current version was 2.8
and the next version was 2.9
?
Is your feature request related to a problem? Please describe.
README.md
andCHANGELOG.md
Describe the solution you'd like
Describe alternatives you've considered
Additional context