Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@scherermichael scherermichael released this 06 Jun 10:34
· 25 commits to master since this release

2.0.0 (2020-06-06)

Features

Streamline codebase (9f39507)

It is mainly a code cleanup to facilitate maintenance. Some features that did not fit well have been removed.

BREAKING CHANGES

  • Renamed environment variable COMMIT_CONFIG to CONFIG

  • Switched to stock angular commit-analyzer config (https://github.com/semantic-release/commit-analyzer#configuration)

    To restore the original behaviour, set CONFIG to:

    {
      preset: 'angular',
      releaseRules: [
        { type: 'chore', release: 'patch' }
      ],
      parserOpts: {
        noteKeywords: ['BREAKING CHANGES']
      }
    }
    
  • Dropped assignment of reviewers

  • Removed its own rather useless commit status