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
Currently, the semanticRelease extension allows to configure the changeLog, releaseBranches and branchNames. But because of a sloppy implementation, this is inconsistent:
To not trigger a major version bump, add getter methods with the old wrong names marked as @deprecated. These methods should also trigger a deprecation warning on the console.
Once a bump to 2.0.0 is necessary, remove the deprecated methods.
The text was updated successfully, but these errors were encountered:
Currently, the semanticRelease extension allows to configure the changeLog, releaseBranches and branchNames. But because of a sloppy implementation, this is inconsistent:
vs.
This should be fixed. One way could be to rename the properties to match the methods with the closures. Thus resulting in the second part to become
To not trigger a major version bump, add getter methods with the old wrong names marked as @deprecated. These methods should also trigger a deprecation warning on the console.
Once a bump to 2.0.0 is necessary, remove the deprecated methods.
The text was updated successfully, but these errors were encountered: