webrix icon indicating copy to clipboard operation
webrix copied to clipboard

The automated release is failing 🚨

Open udia76 opened this issue 2 years ago • 1 comments

:rotating_light: The automated release from the 2.x branch failed. :rotating_light:

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the 2.x branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


The release 1.5.11 on branch 2.x cannot be published as it is out of range.

Based on the releases published on other branches, only versions within the range >=2.0.0 <1.5.11 can be published from branch 2.x.

The following commits are responsible for the invalid release:

  • Prefix components class names (#112) (99376b5)
  • Exposed the Stackable context and created a new Provider for manipulating the z-index for all descendants (12ce340)
  • refactored (2d501fd)
  • removed commented code lines (64aaf55)
    • Removed content-wrapper div element, as it wasn't needed - Added namespace constant for dynamic selectors names - Refactored selectors and changed to BEM naming, for improved isolation - Tests now using the (exported) namespace - TBD: use dynamic prefix imported from a centralized place (3d596be)
  • Merge pull request #96 from open-amdocs/packages-upgrade (a806747)
  • "As of Jest 28 "jsdom" is no longer shipped by default, make sure to install it separately" (c44ffde)
  • packages upgrade (6e256ca)
  • added 2.x (0f8dad5)
  • changed CSS selector to affect the .scrollbar-track because the previous commit was wrong due to my misunderstanding of custom usage scenario (82bc4dd)
  • updated @babel/eslint-parser in lock file, to match the package.json file (69af63c)
  • Merge branch '2.x' of https://github.com/open-amdocs/webrix into 2.x (d4988cf)
  • Should also compare prev & next events for clientHeight & clientWidth as they might also change (324fa64)
    • VerticalScrollbar & HorizontalScrollbar components can be used manually which in in such case, requires the styles to be applied for the .scrollbar selector and not only to the internal .scrollbar-track (e0cd678)
  • refactored the Omit Object method so the filtering process will happen inside the reduce (ead4fc8)
  • Merge pull request #90 from open-amdocs/dependabot/npm_and_yarn/minimist-1.2.6 (8f3994b)
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (d50c596)
  • Merge pull request #88 from open-amdocs/dependabot/npm_and_yarn/minimist-1.2.6 (b15a64d)
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (32b606b)
  • bumped @babel/eslint-parser version (2cc1244)
  • Merge branch '2.x' of https://github.com/open-amdocs/webrix into 2.x (0f2a0f6)
  • Merge pull request #86 from open-amdocs/dependabot/npm_and_yarn/minimist-1.2.6 (0e5931b)
  • Merge pull request #82 from gaeaehrlich/scrollable_change_class_names (5322bd5)
  • Merge branch '2.x' into scrollable_change_class_names (d75b514)
  • Merge branch '2.x' of https://github.com/open-amdocs/webrix into 2.x (2dfa264)
  • Merge pull request #81 from gaeaehrlich/structure_change_and_renaming (ef0ba27)
  • manually resolved previous conflict (bbedd6f)
  • Merge branch '2.x' into structure_change_and_renaming (9a82850)
  • fix(): typo (7d6d7a2)
  • Merge pull request #83 from gaeaehrlich/scrollable_remove_branding_styles (a4d5bc3)
  • Merge pull request #84 from gaeaehrlich/scrollable_support_all_native_props (9744a9a)
  • Merge pull request #85 from gaeaehrlich/internal_ref (f7747fd)
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (02a8367)
  • redundant commit (9f5a12c)
  • redundant commit (b2d34e2)
  • Merge pull request #80 from gaeaehrlich/remove_useunmounted (22337a9)
  • pref(#56) - Use an internal ref to eliminate the need for useMemo() (64afb31)
  • fix(#25) - Support all native props (9a9cfaf)
  • pref(#6) - Remove Branding Styles (652e1e3)
  • removed unnecessary import (1031a5b)
  • Merge pull request #79 from gaeaehrlich/2.x (1084c51)
  • pref(#56) - Use an internal ref to eliminate the need for useMemo() (3ca06b0)
  • pref(#8) - Change .scrollbar and .scrollbar-inner to .scrollable and .scrollable-inner respectively (dda193d)
  • pref(#27) - Rename useDimensions() to useResizeObserver() Move <ClickOutside/> from hooks to tools (5ea0fa4)
  • pref(#77) (729d5ed)
  • fix(#77): Removed useUnmounted exports (6be12c0)
  • fix(#77): Removed useUnmounted test (79d62cc)
  • fix(#77): Removed useUnmounted hook and cleanup of uneMounted (6eb3667)

Those commits should be moved to a valid branch with git merge or git cherry-pick and removed from branch 2.x with git revert or git reset.

A valid branch could be 1.x or master.

See the workflow configuration documentation for more details.


Good luck with your project ✨

Your semantic-release bot :package::rocket:

udia76 avatar Jan 25 '23 18:01 udia76