Uh oh!
There was an error while loading. Please reload this page.
chore(deps): update semantic-release to version ^24.2.0 - #416
Conversation
travi
commented
Dec 13, 2024
a few things to consider with this. this change needs to be in the beta branch, not master. once the other changes in the beta branch get promoted, this sort of change can come along with those. secondly, there should be no need to remove the peer dependencies definition. that is there for consumers and we need to be careful with changes to that since most changes there should be considered breaking. also, small nit-pick: try to make sure that the devDependency remains pinned rather than defined as a range. if installing with the npm cli, the |
babblebey
commented
Dec 16, 2024
Well noted, I just thought the change might not work immediately for the release at the point of merging... I still think we will be using the version
True, that is! I will revert this an see what peer version best suites
✍️ |
babblebey
commented
Jan 5, 2025
Now closing this in favour of #417 |
This pull request updates the
package.jsonfile to upgrade thesemantic-releasepackage in attempt to bump thesemantic-release/githubplugin tov11.0.1Other Changes Made
semantic-releasefrompeerDependencies; happened follwoing the uninstallation action to bump thesemantic-releaseversion; just thought to keep it that since the devDeps ofsemantic-releaseisn't pinned to a certain version anymore with the hope of returning that whenbetamerges tomaster