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
Apparently lerna uses the angular changelog preset by default. We should be using the conventionalcommits preset, so that we can add an exclamation mark after type. Currently you cannot put an exclamation mark after the type (as noted in our CONTRIBUTING guide) or things will blow up when you try to version it. According to this lerna issue, it's because we're using the wrong preset: lerna/lerna#2668 (comment)
However I tried to create a PR for doing exactly that: #1565
But it just hangs on the versioning step. Logging this ticket to record the information, and then I'm going to forget about it for now.
The text was updated successfully, but these errors were encountered:
Apparently lerna uses the
angular
changelog preset by default. We should be using theconventionalcommits
preset, so that we can add an exclamation mark after type. Currently you cannot put an exclamation mark after the type (as noted in our CONTRIBUTING guide) or things will blow up when you try to version it. According to this lerna issue, it's because we're using the wrong preset: lerna/lerna#2668 (comment)However I tried to create a PR for doing exactly that: #1565
But it just hangs on the versioning step. Logging this ticket to record the information, and then I'm going to forget about it for now.
The text was updated successfully, but these errors were encountered: