Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 6, 2020
1 parent 9f39507 commit b1b6680
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 2.0.0 (2020-06-06)

### Features


#### Streamline codebase ([9f39507](https://github.com/scherermichael/conventional-mergebot/commit/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
---
## 1.1.0 (2020-06-06)
### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-mergebot",
"version": "1.1.0",
"version": "2.0.0",
"description": "Squashes and merges pull requests with a Conventional Commit message.",
"author": {
"name": "Michael Scherer",
Expand Down

0 comments on commit b1b6680

Please sign in to comment.