Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#22)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.0](v0.1.2...v0.2.0)
(2023-01-03)


### Features

* Add ignoreCommits config value to skip single commit linting when
unnecessary
([#18](#18))
([32b4070](32b4070))


### Bug Fixes

* lint commit subject only, disregard body
([#20](#20))
([0803514](0803514))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 3, 2023
1 parent 20ca30e commit 3ce30fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/CondeNast/conventional-pull-request-action/compare/v0.1.2...v0.2.0) (2023-01-03)


### Features

* Add ignoreCommits config value to skip single commit linting when unnecessary ([#18](https://github.com/CondeNast/conventional-pull-request-action/issues/18)) ([32b4070](https://github.com/CondeNast/conventional-pull-request-action/commit/32b40700c0bfac3461112cda5ac97c61148a57c8))


### Bug Fixes

* lint commit subject only, disregard body ([#20](https://github.com/CondeNast/conventional-pull-request-action/issues/20)) ([0803514](https://github.com/CondeNast/conventional-pull-request-action/commit/0803514b8fc100e9174110f9455779fdb36a5b64))

### [0.1.2](https://github.com/CondeNast/conventional-pull-request/compare/v0.1.1...v0.1.2) (2021-11-11)


Expand Down
4 changes: 2 additions & 2 deletions 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-pull-request-action",
"version": "0.1.2",
"version": "0.2.0",
"description": "Lint pull requests with the conventional commit spec for a clean and conventional commit history",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 3ce30fd

Please sign in to comment.