Skip to content

Ensure a smooth transition from Angular.js to Angular conventions #146

Closed as not planned
@marionebl

Description

@marionebl

Update 2017-11-30

As discussed with the conventional-changelog team in conventional-changelog/standard-version#220, the way forward for this will be a soft fork from the Angular convention, where we aim for

  • config-conventional: used by conventional-changelog, commitlint, tracks conventionalcommits.org
  • config-angular: used by angular, tracks their commit conventions

For this reason I created the config-conventional package with suggestions what the fork should look like. Work related to conventional-changelog is tracked in conventional-changelog/standard-version#220.


The conventions underpinning config-angular changed with the transition from Angular.js to Angular.

  • chore is no longer allowed as commit type

commitlint reflects this in config-angular@5.

This has not been reflected in the wider ecosystem so far, leading to incompatibilites.
To reinstantiate compat I set the latest tag back to config-angular@4 and tagged config-angular@5 as next.

❯ npm show @commitlint/config-angular .dist-tags
{ latest: '4.3.0', next: '5.0.1' }

❯ npm show commitlint-config-angular .dist-tags
{ latest: '4.3.0', next: '5.0.1' }

Open issues

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions