You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that this repo regularly has both 6.x and 5.x releases, and the 5.x branch gets significantly more traffic from npm, it would be best to extend the release workflows to support both branches.
I also realize it was a mistake in #3089 is to assume that the current release always immediately succeeds the last published release (ie- using releases[0] as the previous_tag_name in the calls to generateReleaseNotes) which means a 6.x release following a 5.x release (or vice versa) will wreck the release notes.
@mcollina thoughts? I think it would be easier to take care of both of these tasks at the same time, otherwise let me know and I'll pull out the secondary concern into it's own issue.
The text was updated successfully, but these errors were encountered:
Given that this repo regularly has both 6.x and 5.x releases, and the 5.x branch gets significantly more traffic from npm, it would be best to extend the release workflows to support both branches.
I also realize it was a mistake in #3089 is to assume that the current release always immediately succeeds the last published release (ie- using
releases[0]
as theprevious_tag_name
in the calls togenerateReleaseNotes
) which means a 6.x release following a 5.x release (or vice versa) will wreck the release notes.@mcollina thoughts? I think it would be easier to take care of both of these tasks at the same time, otherwise let me know and I'll pull out the secondary concern into it's own issue.
The text was updated successfully, but these errors were encountered: