Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the alpha branch be used for 0.28? I guess I expected new release branches for each < 1.x axios release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this repo is already using semantic release, and the main line is already above 1.x, my plan was to support versions >= 0.28 <= 1.x as alpha pre-release versions, which we'd also support via semantic release by using the
alpha
branch - See this.When you say new release branches, do you just mean to push this change to the main line? (that would mean just downgrading the axios version, right?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't make the assumption that they'd avoid breaking change in 0.29, 0.30, etc. If you think they'll keep API compatibility for all new < 1.x releases your approach makes sense.
Worst case, you could make your assumption for now and introduce a new branch if they break compatibility. Hopefully it doesn't happen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeap, like you said, I'm being optimistic about them sticking to real semver...